Skip to content

Instantly share code, notes, and snippets.

@matheusdavidson
Created September 10, 2015 22:40
Show Gist options
  • Save matheusdavidson/79bd1e722654791b38c6 to your computer and use it in GitHub Desktop.
Save matheusdavidson/79bd1e722654791b38c6 to your computer and use it in GitHub Desktop.
var dateTest = new Date(moment().format());
console.log('dateTest', dateTest);
Event.find({
'ticketConfig.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