import { isoDateTime } from "https://deno.land/x/valibot@v1.0.0-beta.2-to-json-schema/src/actions/index.ts";
Creates an ISO date time validation action.
Format: yyyy-mm-ddThh:mm
Hint: The regex used cannot validate the maximum number of days based on year and month. For example, "2023-06-31T00:00" is valid although June has only 30 days.
Returns
IsoDateTimeAction<TInput, undefined>
An ISO date time action.
Creates an ISO date time validation action.
Format: yyyy-mm-ddThh:mm
Hint: The regex used cannot validate the maximum number of days based on year and month. For example, "2023-06-31T00:00" is valid although June has only 30 days.
Type Parameters
TMessage extends ErrorMessage<IsoDateTimeIssue<TInput>> | undefined
Parameters
message: TMessage
The error message.
Returns
An ISO date time action.