Possible Duplicate:
Format a Microsoft JSON date?
The ASP.NET function Json() formats and returns a date as
{"d":"\/Date(1240718400000)\/"}
which has to be dealt with on the client side which is problematic. What are your suggestions for approaches to sending date values back and forth?
Take a look at the blog post jQuery, Ajax, ASP.NET and dates.
It details how to work with ASP.NET MVC and jQuery to pass dates via JSON between the server and client side.