/
maskitoDateTimeOptionsGenerator
to create a mask to input both date and time. Use maskitoParseDateTime
to get date from masked string.
Use maskitoStringifyDateTime
to get the masked string from date.
dateMode
, timeMode
and dateSeparator
parameters to get a mask with a locale specific representation of dates. dateTimeSeparator
parameter to configure separator between date and time strings. min
and max
allow to set the earliest and the latest available dates. They accept native Date . Property timeStep
allows you to increment / decrement time segments by pressing ArrowUp
/ ArrowDown
.
Use step === 0
(default value) to disable this feature.
timeMode
ending with AA
is 12-hour time format with meridiem part.