Find objects between two dates MongoDB Technology Community › Category: MongoDB › Find objects between two dates MongoDB 0 Vote Up Vote Down VietMX Staff asked 4 years ago db.CollectionName.find({"whenCreated": { '$gte': ISODate("2018-03-06T13:10:40.294Z"), '$lt': ISODate("2018-05-06T13:10:40.294Z") }});