Title
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