Skip to content

Instantly share code, notes, and snippets.

@themarcba
Last active August 10, 2020 07:44
Show Gist options
  • Save themarcba/5e106c5bebfb050c30480e20f729dfbc to your computer and use it in GitHub Desktop.
Save themarcba/5e106c5bebfb050c30480e20f729dfbc to your computer and use it in GitHub Desktop.
your_collection.find({
your_date_field: {
$gte: ISODate('2020-07-01T00:00:00.000Z'), // From
$lt: ISODate('2020-07-31T23:59:00.000Z'), // Until
},
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment