Date
DD/MM/YYYY (DMY). Calendar validity is checked.
← All examples·date
Preview
rawValue: -
value: -
Details
- Mask:
99/99/9999 - Preset:
"date" - Built-in validator:
'date'Produces a form error when an invalid value is entered. - dateFormat defaults to 'DMY'. Can be changed with MDY / YMD.
Customization
MDY format
Month/day/year order.
rawValue: -
value: -
YMD format
Year/month/day order. Override the mask to 9999/99/99 so the year takes four slots first.
rawValue: -
value: -
See useViraMask() for the hook API and custom mask for custom masks.
