From 6f9a7d3e1150c035c9722d91d242c3686c1b627f Mon Sep 17 00:00:00 2001 From: ThanakritW <84832010+ThanakritW@users.noreply.github.com> Date: Mon, 13 Nov 2023 00:53:32 +0700 Subject: [PATCH] Update timer.js --- frontend/public/JS/timer.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/public/JS/timer.js b/frontend/public/JS/timer.js index 7a6ac3f..f39c3c3 100644 --- a/frontend/public/JS/timer.js +++ b/frontend/public/JS/timer.js @@ -1,4 +1,4 @@ -var countDownDate = new Date("Oct 27, 2023 16:00:00").getTime(); +var countDownDate = new Date("Nov 23, 2023 16:00:00").getTime(); var x = setInterval(function () { function pickHex(days) { @@ -54,4 +54,4 @@ var x = setInterval(function () { document.getElementById("timer2").style.color = pickHex(days); } -}, 1000); \ No newline at end of file +}, 1000);