mini-effect
    Preparing search index...

    Function isoDate

    • Creates an ISO date validation action.

      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$1 extends string

      Returns IsoDateAction<TInput$1, undefined>

      An ISO date action.

    • Creates an ISO date validation action.

      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

      Parameters

      • message: TMessage

        The error message.

      Returns IsoDateAction<TInput$1, TMessage>

      An ISO date action.