Join Slack
Powered by
hey devs… how do I query for a date in the future?...
# orm-help
c
christian
12/30/2020, 12:33 AM
hey devs… how do I query for a date in the future? I tried:
Copy code
where: { date_: { gte: Date.now() } }
I also tried
new Date().getTime()
but it keeps failing. Any ideas?
Open in Slack
Previous
Next