I have a map.I am converting the Map into a JSON Object.I am reading the JSON object and want to convert it into a Javascript date.
The Date object I send is read as 2012-12-19T06:00:00.000+0000 in js and I do not understand what is the T in this String.Anyone can throw light on this
Tis time delimiter, read more at: en.wikipedia.org/wiki/ISO_8601 ( section: Combined date and time representations )