­
­

By autobot - 07:03:00
// Set the date we're counting down to var countDownDate = new Date("Jan 5, 2018 15:37:25").getTime(); // Update the count down every 1 second var x = setInterval(function() { // Get todays date and time var now = new Date().getTime(); // Find the distance between now an the count down date var distance = countDownDate - now; // Time calculations for days, hours,...

Continue Reading

  • Share: