KoolReport's Forum

Official Support Area, Q&As, Discussions, Suggestions and Bug reports.
Forum's Guidelines

Day countdown timer #2657

Open Richb201 opened this topic on on May 1, 2022 - 1 comments

Richb201 commented on May 1, 2022

I need to have two timers on a page counting down hours. Once a user clicks, the timer needs to count down until 2 weeks are up. At that time the Button needs to show "done". What tool can I use to do this?

Sebastian Morales commented on May 4, 2022

Save your count down start time and current value in database or a text file. Use javascript and ajax to periodically update/reduce and save that value (by comparing it to system time) once users click on the button. Once the value is less than 0 show "Done" on your page.

Build Your Excellent Data Report

Let KoolReport help you to make great reports. It's free & open-source released under MIT license.

Download KoolReport View demo
help needed

None