I have this json_ecoded data and I can not figure out how to convert this
'firstInvoiceDate' => string '/Date(1363824000000+0000)/' (length=26)
back to
'firstInvoiceDate' => string '3/21/2013'
I have tried date()
and strtotime()
but get the wrong results.
Any help would be greatly appriciated.