Javascript Count Up
Javascript Count Up
Out of context: Reply #7
- Started
- Last post
- 11 Responses
- monNom0
you can grab the UTC time on load, subtract from the target time (in UTC), and start from there. The only issue is if the user's clock is incorrect (in which case you could pass UTC time from server as a variable).
Javascript Date object and setInterval (to write out the clock) would make short work of this.