I need a Timer for a website I'm making. There are Timer's that I've used before, (only, in Windows Forms and WPF apps) - not in Web Development. So I'm not quite sure about which Timer would be the most appropriate, and most accurate one to use in a Web page.
I have a few requirements, which are:
- It must be as accurate as possible
- It needs to be a Timer based on a Time period, I.e: 2:00:00
Kind of like how those timers work on bidding sites.
I'm not looking for any samples (although that would be appreciated if you've got some laying around somewhere) - I'm just not sure where to look, or what one would be the best one for the job.