Skip to content

Commit

Permalink
Update countdown.js
Browse files Browse the repository at this point in the history
  • Loading branch information
NotFenixio authored Apr 25, 2024
1 parent 243395c commit 9293901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion countdown/countdown.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
let counter = 60;
var date = new Date("June 21, 2024 13:00:00").getTime();
var date = new Date("June 19, 2024 10:00:00").getTime();
let Cdays = document.getElementById('days');
let Chours = document.getElementById('hours');
let Cminutes = document.getElementById('minutes');
Expand Down

0 comments on commit 9293901

Please sign in to comment.