I have this json result in browser from aggregation I've done:
{
'reportDate': {
$date: 1424044800000
}
},
I have it stored in mongo db like this: 'reportDate':ISODate("2014-11-17T00:00:00Z") how to convert it in format 'YYYY/mm/dd' using jquery