Static countdown with javascript/php, how?

Crx

New Member
\[code\]var austDay = new Date("May 18, 2012 00:00:00"); $('#countdown').countdown({until: austDay});\[/code\]Is what I got. I wish to make this static, which I mean by it shows the same countdown in all timezones. So no matter if you change your timezone or your date on your pc, it should not affect the countdown and it should still be e.g 8 hours left.Maybe this is not possible because Javascript is Client side?What can I do? I really want it to live countdown and not so you need to refresh. Maybe I can use some help from PHP? The countdown should be the same for example 4 hours left, it should also display that in new york and asia..
 
Back
Top