API
function maxDateError(
maxDate: Date,
options: WithFieldTree<ValidationErrorOptions>,
): MaxDateValidationError;
function maxDateError(
maxDate: Date,
options?: ValidationErrorOptions | undefined,
): WithoutFieldTree<MaxDateValidationError>;function maxDateError(maxDate: Date, options: WithFieldTree<ValidationErrorOptions>): MaxDateValidationError;Create a maxDate error associated with the target field
@parammaxDate
DateThe max date constraint
@returns
MaxDateValidationErrorfunction maxDateError(maxDate: Date, options?: ValidationErrorOptions | undefined): WithoutFieldTree<MaxDateValidationError>;Create a maxDate error
@parammaxDate
DateThe max date constraint
@returns
WithoutFieldTree<MaxDateValidationError>Jump to details