Mongo slaat datums op als ISODate voorwerpen. Wikkel onze datum gewoon in ISODate constructeur:
{
"fooBarDate": {
"$lte": ISODate("2013-05-26T05:00:00.000Z")
}
}
Mongo slaat datums op als ISODate voorwerpen. Wikkel onze datum gewoon in ISODate constructeur:
{
"fooBarDate": {
"$lte": ISODate("2013-05-26T05:00:00.000Z")
}
}