i dont have in my collection any date attributes, how can i query something like this:
db.myCol.find( {
"DateOf(_id)" :
{"$gt": sometimestamp }
})
i tried many thing but nothing works, how can i query it?
i have only this attributes:
{ "_id" : ObjectId( "512cd2a0e4b0e3f4bfb06011" ),
"username" : "test",
"device_id" : "353918053821035",
"phone_type" : "GSM",
"new" : false }