This is a known limitation with JSON. This answer might help you, specifically:
value = new Date(parseInt(value.replace("/Date(", "").replace(")/",""), 10));
Related Contents:
- How to Deserialize XML document
- How to use __doPostBack()
- Calling JavaScript Function From CodeBehind
- Difference between RegisterStartupScript and RegisterClientScriptBlock?
- How to call code behind server method from a client side JavaScript function?
- “Self Referencing Loop Detected” exception with JSON.Net
- Plus sign in query string
- How to get client date and time in ASP.NET?
- Pass C# ASP.NET array to Javascript array
- How do I loop through a date range?
- how to call an ASP.NET c# method using javascript
- Force JSON.NET to include milliseconds when serializing DateTime (even if ms component is zero)
- How to convert Javascript datetime to C# datetime?
- asp.net: Invalid postback or callback argument
- How to return JSON with ASP.NET & jQuery
- Printing to a client printer from a web app
- Is there a standard way to encode a .NET string into JavaScript string for use in MS Ajax?
- DateTime.Parse(“2012-09-30T23:00:00.0000000Z”) always converts to DateTimeKind.Local
- Perform Button click event when user press Enter key in Textbox
- Deserialize JSON into C# dynamic object?
- Parse string to DateTime in C#
- How can I get the DateTime for the start of the week?
- How to get DropDownList SelectedValue in Controller in MVC
- How can I convert seconds into (Hour:Minutes:Seconds:Milliseconds) time?
- How can I round up the time to the nearest X minutes?
- Saving/loading data in Unity
- What is [Serializable] and when should I use it?
- converting a base 64 string to an image and saving it
- Convert webpage to image from ASP.NET
- Are static class instances unique to a request or a server in ASP.NET?
- If a folder does not exist, create it
- Newtonsoft.JSON cannot convert model with TypeConverter attribute
- Not ableTo Serialize Dictionary with Complex key using Json.net
- Javascript date to C# via Ajax
- How to send HTML-formatted email? [duplicate]
- How to export a JQgrid data to Excel using c#?
- ASP.NET MVC Global Variables
- How to serialize/deserialize a custom collection with additional properties using Json.Net
- parameterized queries vs. SQL injection
- What is the difference between PreserveReferencesHandling and ReferenceLoopHandling in Json.Net?
- Self referencing loop detected – Getting back data from WebApi to the browser
- How do I map XML to C# objects
- Dynamic MySQL database connection for Entity Framework 6
- Get chrome’s console log
- Deserialize specific enum into system.enum in Json.Net
- Function not defined error while using asp.net ajax
- Attach Debugger to IIS instance
- Writing file to web server – ASP.NET
- How do I submit disabled input in ASP.NET MVC?
- How to convert a list into data table [duplicate]