From 9293901bca81b57ab683f9659c577945427e20f5 Mon Sep 17 00:00:00 2001 From: notfenixio <103071021+NotFenixio@users.noreply.github.com> Date: Thu, 25 Apr 2024 11:54:21 +0200 Subject: [PATCH] Update countdown.js --- countdown/countdown.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/countdown/countdown.js b/countdown/countdown.js index cc152a1..e7dd8d5 100644 --- a/countdown/countdown.js +++ b/countdown/countdown.js @@ -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');