Skip to main content
Module

x/zod/external.ts>ZodString#datetime

TypeScript-first schema validation with static type inference
Extremely Popular
Go to Latest
method ZodString.prototype.datetime
import { ZodString } from "https://deno.land/x/zod@v3.21.4/external.ts";

Parameters

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