How to format this date type 2010-06-24T00:00:00Z
to sun,24/06/10 7.15 p.m (CDT)
using JavaScript or jQuery.?
sun,24/06/10 7.15 p.m (CDT)
is just a format representation which I need and not the actual date of the above string.
How to format this date type 2010-06-24T00:00:00Z
to sun,24/06/10 7.15 p.m (CDT)
using JavaScript or jQuery.?
sun,24/06/10 7.15 p.m (CDT)
is just a format representation which I need and not the actual date of the above string.
Pretty simple with JS -
and bob's your uncle...
I recommend jQuery Globalization Plugin from Microsoft
http://weblogs.asp.net/scottgu/archive/2010/06/10/jquery-globalization-plugin-from-microsoft.aspx
example: