When using a WCF or ASMX web service in ASP.NET, you might find the need to pass back a DateTime object via JSON. However, what you might not realize is that by passing a .NET DateTime object back to JavaScript, you’d receive an “Invalid date” script
Read More...
Read the complete post at http://feeds.jasongaylord.com/~r/JasonNGaylord/~3/Byf-TZx2rGc/converting-a-.net-datetime-object-to-a-javascript-date-object