ASP.NET + JSON + C#.NET or VB.NET: Problem deserializing date time with JSON WCF WebService....
- by ParagM
I'm getting datetime in JSON format as -
"\/Date(1261413600000+0530)\/"
From code behind, I'm using DataContractJsonSerializer.ReadObject method to deserialize data.
Converted data time is not correct.
How to parse correct JSON date time from code behind?