parent
3cd6d914ed
commit
4f1b1c3294
|
@ -28,7 +28,8 @@
|
|||
var countDownDate = new Date("Aug 17, 2021 00:00:00").getTime();
|
||||
|
||||
// Update the count down every 1 second
|
||||
setInterval(function () {
|
||||
var x = setInterval(function () {
|
||||
|
||||
// Get today's date and time
|
||||
var now = new Date().getTime();
|
||||
|
||||
|
|
Loading…
Reference in a new issue