Docs
Join the conversation
Join Slack
Channels
graphql-nexus
job-board
madewithprisma
mongodb
new-channel
new-channel
new-channel
new-channel
new-channel
orm-help
prisma-client
prisma-data-platform
prisma-go-community
prisma-in-production
prisma-jobs
prisma-migrate
prisma-studio
prisma-whats-new
prisma1-community
prismaday
prismaserverless
product-wishlist
random
Powered by Linen
Channels
graphql-nexus
job-board
madewithprisma
mongodb
new-channel
new-channel
new-channel
new-channel
new-channel
orm-help
prisma-client
prisma-data-platform
prisma-go-community
prisma-in-production
prisma-jobs
prisma-migrate
prisma-studio
prisma-whats-new
prisma1-community
prismaday
prismaserverless
product-wishlist
random
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