Question : Changing datetime format

Hi there,

I have datetime fields in the format "7/24/2010 10:08:44 PM"  (july, 24, 2010) and I would like to create a javascript/asp function that gets this string (as parameter) and gives the same datetime in UTCDate format.

Please help!

Answer : Changing datetime format

try this library, takes almost any format and parse to any format
http://www.datejs.com/

Or else you can write your own code to parse the string to extract days, months etc.
Random Solutions  
 
programming4us programming4us