mirror of
https://github.com/hexahigh/080609.git
synced 2025-12-11 19:55:06 +01:00
a
This commit is contained in:
parent
92155cc9d1
commit
de05be1554
1
index.js
1
index.js
@ -43,6 +43,7 @@ function countdownTimer() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function countdown() {
|
function countdown() {
|
||||||
|
const theDate = "2009-06-08"
|
||||||
const now = new Date().getTime();
|
const now = new Date().getTime();
|
||||||
const nextYear = new Date(theDate).getTime();
|
const nextYear = new Date(theDate).getTime();
|
||||||
const timeRemaining = nextYear - now;
|
const timeRemaining = nextYear - now;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user