Skip to content

Instantly share code, notes, and snippets.

@matheusdavidson
Created September 10, 2015 22:28
Show Gist options
  • Save matheusdavidson/312e2ef983fd045b47ed to your computer and use it in GitHub Desktop.
Save matheusdavidson/312e2ef983fd045b47ed to your computer and use it in GitHub Desktop.
var dateTest = new Date(moment().format());
console.log('dateTest', dateTest);
Ticket.find({
free: true,
event: '55e88de27fc7de1100b746cd',
endDateTime: {
$gte: dateTest
}
}).exec(function(err, teste) {
console.log('teste', teste);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment