Parsing a JSON date looks like this: / Date (-62135596800000) /

I ran into a funky date JSON in some data that I am trying to analyze the Java: /Date(-62135596800000)/

. I have no problem parsing dates like this without a minus sign, but I'm not sure how to parse it with a minus sign. FYI I believe the date should be presented today (somewhere between 4-4: 30 PM to 06/02/13 at GMT + 10).

Thanks a lot for any help!

Joseph.

+3


source to share


1 answer


This is an empty date returned from a WCF or MVC web service. This is equivalent to date zero.



+1


source







All Articles