Join Slack
Powered by
Can I filter by createdAt matching a Time? (ignore...
# orm-help
x
xiaoqf10
12/27/2018, 7:05 AM
Can I filter by createdAt matching a Time? (ignore the date)
h
Harshit
12/27/2018, 7:31 AM
Prisma don't have this baked in as this is a rare use case. You can do it in your application server using some custom logic though. 🙂
x
xiaoqf10
12/27/2018, 7:44 AM
Can prisma support other datetime format eg daterage/date ?
h
Harshit
12/27/2018, 7:45 AM
You can store them as string but we natively support ISO timestamps only
x
xiaoqf10
12/27/2018, 7:49 AM
👌
🙌 2
23
Views
Open in Slack
Previous
Next