Microsoft
Software
Hardware
Network
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
Better Search - Full-Text Indexing?
Outlook 2007 - Auto Create Distribution List
Alternative to a cursor
Pivot Table syntax error
SPContext.Current is returning null in the "SPItemEventReceiver" event handler.
accessing VPN while Internet Tethering on iPhone
Bash Script to eliminate 2 lines from lots of pages
can you run 2 versions of MS office
I have a coolmax eSATA drive enclosure with a seagate SATA drive
HMAC-MD5 (RFC 2104) VB