Hi,
I am calling a webservice which return me back a json object. The json object encodes the date. I am trying to find a way to convert that date to m-d-Y format in php. Json object is {"DateOfBirth":"\/Date(387518400000-0400)\/"} this date is 02-15-1982.
The webservice which I am calling is in .NET, and it converts the date to the JSON object. Not sure if this would help.
Thanks in advance
Thanks, Tanmay