diff --git a/countdown.html b/countdown.html index 262b80e..6338759 100644 --- a/countdown.html +++ b/countdown.html @@ -204,7 +204,7 @@

Countdown to nerd weekend

// Grab the current date var currentDate = new Date(); - var futureDate = new Date(2023, 7, 25, 20, 0, 0); + var futureDate = new Date(2024, 1, 29, 20, 0, 0); // Calculate the difference in seconds between the future and current date var diff = futureDate.getTime() / 1000 - currentDate.getTime() / 1000; // Instantiate a coutdown FlipClock diff --git a/index.md b/index.md index 47dc877..6b71827 100644 --- a/index.md +++ b/index.md @@ -14,8 +14,8 @@ We've done so many of these now, the memories are fading. This is a place to acc | Doodle | Countdown | |-------|--------| -| Doodle for Nerd Weekend - 2023.2 | Click the beer to view the countdown | -| | | +| Doodle for Nerd Weekend - 2024.1 | Click the beer to view the countdown | +| | | # History