Skip to content

Instantly share code, notes, and snippets.

@jtemporal
Last active September 25, 2022 16:24
Show Gist options
  • Save jtemporal/056a2fad3d8c3c2339f2f0f0fe26f80d to your computer and use it in GitHub Desktop.
Save jtemporal/056a2fad3d8c3c2339f2f0f0fe26f80d to your computer and use it in GitHub Desktop.
/**
* $match
* query: The query in MQL.
*/
{
date:{
$gte:ISODate("2002-08-01"),
$lt:ISODate("2002-08-31")
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment