A
A
Anto2021-07-05 14:42:02
JavaScript
Anto, 2021-07-05 14:42:02

How to set date in counters?

Good afternoon!

Please tell me how to set up the counters here - https://itchief.ru/examples/lab.php?topic=javascri... calculation date until July 19 23:00
I change the end date
const deadline = new Date(new Date(). getFullYear(), new Date().getMonth() + 1, 01);
on
const deadline = new Date(2021, 07, 19);
but it doesn't work. Although the documentation says so? https://itchief.ru/javascript/countdown-timer

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Stalker_RED, 2021-07-05
@ZIROKUL

Works. Even if he's a little bit stinky.
YQtR5Ei.png

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question