I\'ve seen so many different standards for the JSON date format:
\"\\\"\\\\/Date(1335205592410)\\\\/\\\"\" .NET JavaScriptSerializer \"\\\"\\\\/Date(
The prefered way is using 2018-04-23T18:25:43.511Z...
2018-04-23T18:25:43.511Z
The picture below shows why this is the prefered way:
So as you see Date has a native Method toJSON, which return in this format and can be easily converted to Date again...
toJSON
return
Date