JSON doesn’t have a standard way to represent a date. You can read about the reasons behind this here. If you are using an ASMX web service returning JSON then you’ll find it serializes the DateTime object to a string that looks like this: /Date(1278943200000)/ The numer in this string is the number of milliseconds since January 1st 1970 UTC, and this number can be used as a constructor argument to the JavaScript Date object. So all we need to … →
Follow Me
Facebook
Latest Tweets
- jetstrap.com - Pretty cool! Build #Twitter #Bootstrap interfaces with simple drag and drop 3 months ago
- Love #twitter #bootstrap 3 months ago
- mediabrowser.tv - An awesome #WMC plugin that automatically gets cover art and meta data for all your movies and series 3 months ago
-
Recent Posts
-
Categories





