import { isoDateTime } from "https://deno.land/x/valibot@v0.30.0/mod.ts";
Creates a pipeline validation action that validates a datetime.
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.
Parameters
optional
message: ErrorMessageThe error message.
Returns
A validation action.