diff --git a/script.js b/script.js index f9d625d..1b8af34 100644 --- a/script.js +++ b/script.js @@ -3,7 +3,7 @@ const hoursEl =document.getElementById ('hours'); const minutesEl =document.getElementById ('minutes'); const secondsEl =document.getElementById ('seconds'); -const newYears = '20 Oct 2022 19:00:00'; +const newYears = '19 Oct 2022 19:00:00'; function countdown() { const newYearsDate = new Date(newYears);