Can I filter by createdAt matching a Time? (ignore...
# orm-help
x
Can I filter by createdAt matching a Time? (ignore the date)
h
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
Can prisma support other datetime format eg daterage/date ?
h
You can store them as string but we natively support ISO timestamps only
x
👌
🙌 2