Skip to content

Instantly share code, notes, and snippets.

@skomarfaruque
Last active September 11, 2017 11:01
Show Gist options
  • Select an option

  • Save skomarfaruque/88998b7ee0c6f715a2b9534615cc6480 to your computer and use it in GitHub Desktop.

Select an option

Save skomarfaruque/88998b7ee0c6f715a2b9534615cc6480 to your computer and use it in GitHub Desktop.
and query
let getSchedule = await Calendar.find({ $and: [{ start_date: { $gte: date} }, { user: user }, { start_date: { $lt: nextDay} }] })
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment