Last active
August 10, 2020 07:44
-
-
Save themarcba/5e106c5bebfb050c30480e20f729dfbc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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