[Solved] Transform Date to JSON
The seems like the date/time wire format used in WCF. From MSDN it states: DateTime values appear as JSON strings in the form of “/Date(700000+0500)/”, where the first number (700000 in the example provided) is the number of milliseconds in the GMT time zone, regular (non-daylight savings) time since midnight, January 1, 1970. The number … Read more