How to convert the MongoDB ISO date to Normal date-Mongodb with PHP , and MongoDb driver -


how retrive date stored in below format in mongodb

"updated_date_time" : isodate("2015-05-28t05:01:10.966z")

while trying retrive isodate mongodb returns result

"0.03000000 1431921367"

how retrive timestamp , date mongodb?

could me fetch data..

it depens in language you're working. in javascript should use moment.js save , retrieve information. it's easy use.


Comments

Popular posts from this blog

c - Calling a function within a loop -

vb.net - Unbound DataGridView add row with checkbox error -

How i fill combobox items in Radgridview manually using in vb.net -