I've got an oDate source based upon WCF data services. When I browse to it I see dates like:
<d:SignedUp m:type="Edm.DateTime">2001-01-01T00:00:00</d:SignedUp>
When I retrieve this data using jQuery and JSONP and alert out the date, I see:
/Date(978307200000)/
I need to convert this value back to a Date object that I can then format as desired but I can't work out how to do this.
typeof data, and in case it'sobject,Object.prototype.toString.call(data).)2001-01-01T00:00:00into/Date(978307200000)/by its own? Don't you have some code of your own that actually does so?