hanselman.com
On the nightmare that is JSON Dates. Plus, JSON.NET and ASP.NET Web API - Scott Hanselman
http://www.hanselman.com/blog/OnTheNightmareThatIsJSONDatesPlusJSONNETAndASPNETWebAPI.aspx
On the nightmare that is JSON Dates. Plus, JSON.NET and ASP.NET Web API. March 6, '12. Posted in ASP.NET. Ints are easy. Strings are mostly easy. Dates? A nightmare. They always will be. There's different calendars, different formats. Did you know it's 2004 in the Ethiopian Calendar? Yakatit 26, 2004, in fact. I spoke to a German friend once about how much 9/11 affected me and he said, yes, November 9th. Was an amazing day in Germany, also. If I take a simple model:. Public int ID { get; set; }. Publishe...