I am trying to use the Jquery Countdown plugin but I am having trouble with my UTC Date formatting.
The date I wish to countdown to is Friday 23rd July 2010.
Here is ...
I get from the server datetime in this format: "6/29/2011 4:52:48 PM" and it is a UTC time, I want to convert to the current user browser time using javascript.
How this ...