I have a date in the form of:
"2012-10-11T00:00:00"
The date is returned from a ASP.NET Webservice as part of a JOSN object. How can I convert this date format to a Javascript date object and also write the date as follows to the screen:
11/10/2012
Thanks