I have a date that I would like to convert to String format. /Date(1281067200000)/ is supposed to be 08/06/2010 12:00:00:00. How do I convert /Date(1281067200000)/ to 8/6/2010?
I have a date that I would like to convert to String format. /Date(1281067200000)/
Share
[UPDATED]
Use dateJS:
SO thread
Edit:
Try this: http://www.esqsoft.com/javascript_examples/date-to-epoch.htm