How to Create Blogger site Ramadan 2025 Sehri & Iftar Time Table Countdown Code


How to Create Blogger site Ramadan 2025 Sehri & Iftar Time Table Countdown Code







 <!-- Develop by Chatgpt -->

&lt;!DOCTYPE html&gt;

&lt;html lang=&quot;en&quot;&gt;

&lt;head&gt;

    &lt;meta charset=&quot;UTF-8&quot;&gt;

    &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1&quot;&gt;

    &lt;title&gt;Ramadan 2025 - Sehri &amp; Iftar Countdown&lt;/title&gt;

    &lt;style&gt;

        body {

            font-family: Arial, sans-serif;

            text-align: center;

            background-color: #f4f4f4;

            margin: 0;

            padding: 20px;

        }

        .container {

            max-width: 600px;

            background: white;

            padding: 20px;

            margin: auto;

            border-radius: 10px;

            box-shadow: 0 0 10px rgba(0,0,0,0.1);

        }

        h1 {color: #28a745;}

        h2, h3 {margin: 10px 0;}

        .time-box {

            background: black;

            color: white;

            padding: 10px;

            font-size: 18px;

            font-weight: bold;

            display: inline-block;

            border-radius: 5px;

        }

        .sehri-iftar {

            background: #ddd;

            padding: 15px;

            margin: 10px 0;

            border-radius: 8px;

        }

        .countdown {

            font-size: 20px;

            font-weight: bold;

            background: black;

            color: white;

            padding: 10px;

            display: inline-block;

            border-radius: 5px;

            margin-top: 5px;

        }

        .flag {

            width: 40px;

            height: auto;

            margin-bottom: 10px;

        }

        .city {

            font-size: 18px;

            font-weight: bold;

            color: black;

        }

    &lt;/style&gt;

&lt;/head&gt;

&lt;body&gt;


&lt;div class=&quot;container&quot;&gt;

    &lt;img src=&quot;https://upload.wikimedia.org/wikipedia/commons/f/f9/Flag_of_Bangladesh.svg&quot; class=&quot;flag&quot; alt=&quot;Bangladesh Flag&quot;&gt;

    &lt;h2 class=&quot;city&quot;&gt;Dhaka, Dhaka Division, Bangladesh&lt;/h2&gt;


    &lt;h3&gt;Current Time&lt;/h3&gt;

    &lt;div id=&quot;currentTime&quot; class=&quot;time-box&quot;&gt;Loading...&lt;/div&gt;


    &lt;div class=&quot;sehri-iftar&quot;&gt;

        &lt;h3&gt;Today&#039;s Sehri Ends At&lt;/h3&gt;

        &lt;div id=&quot;sehriTime&quot;&gt;Loading...&lt;/div&gt;

        &lt;div id=&quot;sehriCountdown&quot; class=&quot;countdown&quot;&gt;Loading...&lt;/div&gt;

    &lt;/div&gt;


    &lt;div class=&quot;sehri-iftar&quot;&gt;

        &lt;h3&gt;Today&#039;s Iftar Time&lt;/h3&gt;

        &lt;div id=&quot;iftarTime&quot;&gt;Loading...&lt;/div&gt;

        &lt;div id=&quot;iftarCountdown&quot; class=&quot;countdown&quot;&gt;Loading...&lt;/div&gt;

    &lt;/div&gt;


    &lt;div class=&quot;sehri-iftar&quot;&gt;

        &lt;h3&gt;Tomorrow&#039;s Sehri Time&lt;/h3&gt;

        &lt;div id=&quot;tomorrowSehriTime&quot; class=&quot;countdown&quot;&gt;Loading...&lt;/div&gt;

    &lt;/div&gt;


    &lt;div class=&quot;sehri-iftar&quot;&gt;

        &lt;h3&gt;Tomorrow&#039;s Iftar Time&lt;/h3&gt;

        &lt;div id=&quot;tomorrowIftarTime&quot; class=&quot;countdown&quot;&gt;Loading...&lt;/div&gt;

    &lt;/div&gt;

&lt;/div&gt;


&lt;script&gt;

    const sehriIftarTimes = [

        {date: &quot;March 2&quot;, sehri: &quot;05:04 AM&quot;, iftar: &quot;06:02 PM&quot;},

        {date: &quot;March 3&quot;, sehri: &quot;05:03 AM&quot;, iftar: &quot;06:03 PM&quot;},

        {date: &quot;March 4&quot;, sehri: &quot;05:02 AM&quot;, iftar: &quot;06:03 PM&quot;},

        {date: &quot;March 5&quot;, sehri: &quot;05:01 AM&quot;, iftar: &quot;06:04 PM&quot;},

        {date: &quot;March 6&quot;, sehri: &quot;05:00 AM&quot;, iftar: &quot;06:04 PM&quot;},

        {date: &quot;March 7&quot;, sehri: &quot;04:59 AM&quot;, iftar: &quot;06:05 PM&quot;},

        {date: &quot;March 8&quot;, sehri: &quot;04:58 AM&quot;, iftar: &quot;06:05 PM&quot;},

        {date: &quot;March 9&quot;, sehri: &quot;04:57 AM&quot;, iftar: &quot;06:06 PM&quot;},

        {date: &quot;March 10&quot;, sehri: &quot;04:56 AM&quot;, iftar: &quot;06:06 PM&quot;},

        {date: &quot;March 11&quot;, sehri: &quot;04:55 AM&quot;, iftar: &quot;06:07 PM&quot;},

        {date: &quot;March 12&quot;, sehri: &quot;04:54 AM&quot;, iftar: &quot;06:07 PM&quot;},

        {date: &quot;March 13&quot;, sehri: &quot;04:53 AM&quot;, iftar: &quot;06:08 PM&quot;},

        {date: &quot;March 14&quot;, sehri: &quot;04:52 AM&quot;, iftar: &quot;06:08 PM&quot;},

        {date: &quot;March 15&quot;, sehri: &quot;04:51 AM&quot;, iftar: &quot;06:09 PM&quot;},

        {date: &quot;March 16&quot;, sehri: &quot;04:50 AM&quot;, iftar: &quot;06:09 PM&quot;},

        {date: &quot;March 17&quot;, sehri: &quot;04:49 AM&quot;, iftar: &quot;06:10 PM&quot;},

        {date: &quot;March 18&quot;, sehri: &quot;04:48 AM&quot;, iftar: &quot;06:10 PM&quot;},

        {date: &quot;March 19&quot;, sehri: &quot;04:47 AM&quot;, iftar: &quot;06:11 PM&quot;},

        {date: &quot;March 20&quot;, sehri: &quot;04:46 AM&quot;, iftar: &quot;06:11 PM&quot;},

        {date: &quot;March 21&quot;, sehri: &quot;04:45 AM&quot;, iftar: &quot;06:12 PM&quot;},

        {date: &quot;March 22&quot;, sehri: &quot;04:44 AM&quot;, iftar: &quot;06:12 PM&quot;},

        {date: &quot;March 23&quot;, sehri: &quot;04:43 AM&quot;, iftar: &quot;06:13 PM&quot;},

        {date: &quot;March 24&quot;, sehri: &quot;04:42 AM&quot;, iftar: &quot;06:13 PM&quot;},

        {date: &quot;March 25&quot;, sehri: &quot;04:41 AM&quot;, iftar: &quot;06:14 PM&quot;},

        {date: &quot;March 26&quot;, sehri: &quot;04:40 AM&quot;, iftar: &quot;06:14 PM&quot;},

        {date: &quot;March 27&quot;, sehri: &quot;04:39 AM&quot;, iftar: &quot;06:15 PM&quot;},

        {date: &quot;March 28&quot;, sehri: &quot;04:38 AM&quot;, iftar: &quot;06:15 PM&quot;},

        {date: &quot;March 29&quot;, sehri: &quot;04:37 AM&quot;, iftar: &quot;06:16 PM&quot;},

        {date: &quot;March 30&quot;, sehri: &quot;04:36 AM&quot;, iftar: &quot;06:16 PM&quot;}

    ];


    function updateTime() {

        let now = new Date();

        let hours = now.getHours();

        let minutes = now.getMinutes();

        let seconds = now.getSeconds();

        let ampm = hours &gt;= 12 ? &#039;PM&#039; : &#039;AM&#039;;

        hours = hours % 12 || 12;

        minutes = minutes &lt; 10 ? &#039;0&#039; + minutes : minutes;

        seconds = seconds &lt; 10 ? &#039;0&#039; + seconds : seconds;


        document.getElementById(&quot;currentTime&quot;).innerText = `${hours}:${minutes}:${seconds} ${ampm}`;

        setTimeout(updateTime, 1000);

    }


    function getSehriIftarTimes() {

        let today = new Date();

        let day = today.getDate();

        let month = today.toLocaleString(&#039;en-US&#039;, { month: &#039;long&#039; });

        let currentDateStr = `${month} ${day}`;


        let todaySchedule = sehriIftarTimes.find(t =&gt; t.date === currentDateStr);

        let tomorrowSchedule = sehriIftarTimes.find(t =&gt; t.date === `${month} ${day + 1}`);


        if (todaySchedule) {

            document.getElementById(&quot;sehriTime&quot;).innerText = todaySchedule.sehri;

            document.getElementById(&quot;iftarTime&quot;).innerText = todaySchedule.iftar;

        }


        if (tomorrowSchedule) {

            document.getElementById(&quot;tomorrowSehriTime&quot;).innerText = tomorrowSchedule.sehri;

            document.getElementById(&quot;tomorrowIftarTime&quot;).innerText = tomorrowSchedule.iftar;

        }


        startCountdown(&quot;sehriCountdown&quot;, todaySchedule.sehri);

        startCountdown(&quot;iftarCountdown&quot;, todaySchedule.iftar);

    }


    function startCountdown(targetId, timeString) {

        let now = new Date();

        let [time, meridiem] = timeString.split(&quot; &quot;);

        let [hour, minute] = time.split(&quot;:&quot;).map(Number);


        if (meridiem === &quot;PM&quot; &amp;&amp; hour !== 12) hour += 12;

        if (meridiem === &quot;AM&quot; &amp;&amp; hour === 12) hour = 0;


        let eventTime = new Date();

        eventTime.setHours(hour, minute, 0, 0);


        function updateTimer() {

            let now = new Date().getTime();

            let distance = eventTime.getTime() - now;


            if (distance &lt; 0) {

                document.getElementById(targetId).innerHTML = &quot;&lt;span style=&#039;color:green;&#039;&gt;Time Over!&lt;/span&gt;&quot;;

                return;

            }


            let hours = Math.floor((distance / (1000 * 60 * 60)) % 24);

            let minutes = Math.floor((distance / (1000 * 60)) % 60);

            let seconds = Math.floor((distance / 1000) % 60);


            document.getElementById(targetId).innerHTML = `${hours}h ${minutes}m ${seconds}s`;

        }

        setInterval(updateTimer, 1000);

        updateTimer();

    }


    updateTime();

    getSehriIftarTimes();

&lt;/script&gt;


&lt;/body&gt;

&lt;/html&gt;<!-- Develop by DaudBD.Com -->

Post a Comment

Previous Post Next Post