Afficher/masquer le menu
Liens Ecyseo
  • Tags cloud
  • Daily
  • Pictures wall
  • Search
  • Display options
    • Links per page :
    • 20 links
    • 50 links
    • 100 links
  • RSS Feed
  • Login

J'ai besoin d'intimité. Non pas parce que mes actions sont douteuses, mais parce que votre jugement et vos intentions le sont.

5166 links 

page 1 / 1

Liste des liens

1 results tagged clock x
LiveClock.js
2018-09-12 15:32 - permalink -
function updateClock() {
   var currentTime = new Date();
   var currentHours = currentTime.getHours();
   var currentMinutes = currentTime.getMinutes();
   var currentSeconds = currentTime.getSeconds();
   // Pad the minutes and seconds with leading zeros, if required
   currentMinutes = (currentMinutes < 10 ? "0" : "") + currentMinutes;
   currentSeconds = (currentSeconds < 10 ? "0" : "") + currentSeconds;
   // Choose either "AM" or "PM" as appropriate
   var timeOfDay = (currentHours < 12) ? "AM" : "PM";
   // Convert the hours component to 12-hour format if needed
   currentHours = (currentHours > 12) ? currentHours - 12 : currentHours;
   // Convert an hours component of "0" to "12"
   currentHours = (currentHours == 0) ? 12 : currentHours;
   // Compose the string for display
   var currentTimeString = currentHours + ":" + currentMinutes + ":" + currentSeconds + " " + timeOfDay;
   document.querySelector('#clock').innerHTML = currentTimeString;
}
updateClock(); // To load the timer immediately
setInterval(updateClock, 1000); //To update it
<div id="clock"></div>
clock javascript snippet
- https://gist.github.com/guntidheerajkumar/9fd2812461df6bf1cb2f
page 1 / 1


Tags


  • shaarli
  • wikipedia

Tags cloud

Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation
Affiches "loi aviva" créées par Geoffrey Dorne le 13 Mai, 2020 - Mastodon 1 - Mastodon 2