vtils
Home
>
validator
>
yup
>
DateLocale
yup.DateLocale interface
Signature:
export
interface
DateLocale
Properties
Property
Modifiers
Type
Description
max
LocaleValue
<{ max: Date | string; }>
min
LocaleValue
<{ min: Date | string; }>