Module

x/zod/types.ts>ZodString#datetime

TypeScript-first schema validation with static type inference
Extremely Popular
Go to Latest
method ZodString.prototype.datetime
import { ZodString } from "https://dotland.deno.dev/x/zod@v3.23.0-beta.0/types.ts";

Parameters

optional
options: string | { message?: string | undefined; precision?: number | null; offset?: boolean; local?: boolean; }