Possible Duplicate:
How to format a JSON date?
Parsing Date from webservice
Sorry if this question has already been asked. I have look around but have been unable to find one. Is there a quick and convenient way to convert a "json" date into a human friendly format using only javascript
and jQuery
(excluding additional jQuery
libraries)?
The date is format is the following:
creationDate: "/Date(1346713200000+0100)/"
Thanks