vtils

Home > validator > yup > DateSchema > min

yup.DateSchema.min() method

Signature:

min(limit: Refable<Date>, message?: DateLocale['min']): this;

Parameters

Parameter Type Description
limit Refable<Date>  
message DateLocale[‘min’] (Optional)

Returns:

this