I can’t seem to find any info or documentation for...
# orm-help
p
I can’t seem to find any info or documentation for query filter by date? where : { createAt: { gte: new Date() } } something like this? it keeps complaning how the datetime type. Can’t we use string ? if not whats the work around?
r
This will work fine. You can either use a Date object or an ISO String.