I am making a Restful call which is returning me Json and dates are coming in a weird format which looks like following:
/Date(-62135568000000)/
What is easiest way to make it look normal like (January 10, 2016)?
I did come across some of the articles but everything was requiring me to write some regex function. I am thinking that this must be a common problem and there has to be an easy one-liner in Java-script. Any ideas?