When I make a Restful call, the JSON response contains dates in a strange format like this:
/Date(-62135568000000)/
What is the simplest way to convert it to a normal date format like (January 10, 2016)?
I have read some articles that suggest using regex functions, but I believe there must be an easier and more concise solution in JavaScript. Any suggestions?