What should be the type of a date field in MongoDB?
a) a String
like "2013-10-03T08:30:23.094Z"
or
b) a ISODate
object like ISODate("2013-10-15T14:49:46.847Z")
Which one of those will let me sort by date/time?
What should be the type of a date field in MongoDB?
a) a String
like "2013-10-03T08:30:23.094Z"
or
b) a ISODate
object like ISODate("2013-10-15T14:49:46.847Z")
Which one of those will let me sort by date/time?