How To Format Json Date
We can get this error when the Date data types are returned as a Json result.
Whether in MVC or Ajax method we can expect this issue.
This is because Json does not account for Date data types.
You will get the Date in Json Result as shown in the figure.

For resolving this Issue, we needs to format the Json Result to Date Type.
Please follow the below code for getting the real date.

By this way we can resolve this Issue.