Skip to main content
Module

x/valibot/mod.ts>isoDate

The modular and type safe schema library for validating structural data 🤖
Extremely Popular
Go to Latest
function isoDate
import { isoDate } from "https://deno.land/x/valibot@v0.6.0/mod.ts";

Creates a validation functions that validates a date.

Format: yyyy-mm-dd

Hint: The regex used cannot validate the maximum number of days based on year and month. For example, "2023-06-31" is valid although June has only 30 days.

Type Parameters

TInput extends string

Parameters

optional
error: string

The error message.