Igor, sorry, but this doesn't work:
{"_createdAt":{"$gte":{"$date":"2014-01-03 11:49:46.172"},"$lte":{"$date":"2014-01-05 20:01:56.484"}}}
For this there are for sure DB entries:
For 2014-01-03 11:49:46.172;
Code: Select all
{
"_createdAt":"2014-01-03 11:49:46.172",
"_id":"52c6a3dae4b06de3a9a293c3",
"_updatedAt":"2014-01-04 18:37:12.004",
"inviteList":{
"invite":[
"John",
"Lisa"
],
"location":"Art Center"
},
"name":"Мирослав",
"subtask":{
"collName":"Dates",
"_id":"52c69e20e4b06de3a9a2923a"
},
"taskDate":"2014-01-01 00:00:00.000"
},
For 2014-01-05 20:01:56.484
{
"id":"52c9ba34e4b0d96a2c19cc04",
"name":"Григорий",
"createdAt":"2014-01-05 20:01:56.484",
"_updatedAt":"2014-01-05 20:01:56.484"
},