"Emeklilik Tarihi"
Bootstrap 4.1.1 Snippet by muhittinbudak

<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> <!------ Include the above in your HEAD tag ----------> <link href="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> <!------ Include the above in your HEAD tag ----------> <meta name="description" content="oyak genel kurul toplantısı ne zaman yapılacak" /> <meta name="keywords" content="Merve Ne zaman emekli olacak" /> <meta name="title" content="Merve Ne zaman emekli olacak"/> <div class="container"> <!--31 Mart 2024 yerel (belediye) seçimleri --> <div class="row"> <div class="my-4"> <strong><p id="demo" class="well well-lg" style="background-color:red;padding:20px; font-family: 'Oswald', sans-serif;font-size:40px;border-radius:15px;color:white;" ></p></strong> <div class="alert alert-warning" > Merve Emeklilik Tarihi </div> </div> </div> </div>
var countDownDate = new Date("may 3, 2030 08:00:00").getTime(); // Update the count down every 1 second var x = setInterval(function() { // Get today's date and time var now = new Date().getTime(); // Find the distance between now and the count down date var distance = countDownDate - now; // Time calculations for days, hours, minutes and seconds // var days = Math.floor(distance / (1000 * 60 * 60 * 24)); var days = Math.floor((distance % (1000 * 60 * 60 * 24 * 30)) / (1000 * 60 * 60 * 24)); var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60)); var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60)); var seconds = Math.floor((distance % (1000 * 60)) / 1000); var years = Math.floor((distance % (1000 * 60 * 60 * 24 * 30 * 12 * 356)) / (1000 * 60 * 60 * 24 * 30 * 12)); var months = Math.floor((distance % (1000 * 60 * 60 * 24 * 30 * 12)) / (1000 * 60 * 60 * 24 * 30)); // Output the result in an element with id="demo" months = months-1; if ((months == 0)) { ayifadesi = " "; } else { ayifadesi = months + " ay "; } document.getElementById("demo").innerHTML = "03 Mayıs 2030 saat 08:00 de Emekli olacak; <br> "+ years + " yıl "+ ayifadesi + days +" gün " + hours + " saat " + minutes + " dakika " + seconds + " saniye kaldı."; // If the count down is over, write some text if (distance < 0) { clearInterval(x); document.getElementById("demo").innerHTML = "EXPIRED"; } }, 1000);

Related: See More


Questions / Comments: