Prisma uses the GraphQL Schema Definition Language (SDL) for data modeling. Here is a schema: model Post { id String @id @default (cuid ()) createdAt DateTime @default (now ()) .. } Prisma will only accept DateTime in ISO 8061 format ( https://en.wikipedia.org/wiki/ISO_8601 ). FAQ What is the date format in PostgreSQL? Copy. Add and subtract days using DateTime in Python. Available for macOS, Windows and Linux. Since we're talking about blogs, let's start from the post table obviously. Prisma Cloud CSPM API Time Range Model Some Prisma Cloud Cloud Security Posture Management (CSPM) API request or response objects include a time range model. Date/Time Formats The Date Formats global option changes the default date format for all maps or forms. Datetime formats - Automation Anywhere Syntax: Object oriented style Right now this will not be possible in Prisma. However, the format of the existing date fields do not change; the default is only used for new maps or forms. To format a datetime in Python, which means to "transform" an object of type datetime into a string according to a specific format, we can take advantage of the strftime() method that is provided by the datetime class. How to handle DateTime fields of type Date on the client-side (convert ... If length is not defined, it defaults to a length of 1. Since we're talking about blogs, let's start from the post table obviously. the lack of support for date (vs datetime aka timestamp) seems to be an unfortunate limitation of prisma at the moment. Document `DateTime` formats · Issue #668 · prisma/docs · GitHub It's Prisma Time - Create Table - Sciencx Understand your data by browsing across tables and their relations and edit them with safety. Docs. prisma datetime format you can pass strings, but since prisma doesn't seem to handle a date-only string, like 2021-03-29, you need to pass it an ISO string and pretend you want a MySQL data types | Introduction | Prisma's Data Guide