3

I don't want ISODate() object with mongodb output. My mongo db contains Time key with ISODate().

{ '_id': ObjectId(''), 
 'Time': ISODate("2017-01-30T18:04:54.296Z") }

I Need my output as:

 { '_id': ObjectId(''), 
 'Time': "2017-01-30T18:04:54.296Z" }

What should i do to get time without ISODate()?

aaqib90
  • 510
  • 1
  • 5
  • 16

0 Answers0