MobileCalendar ADDON-MOBILE

Examples API Setup
Source code

Choose day

Mon
Tue
Wed
Thu
Fri
Sat
Sun
-
Name and descriptionType Value
[(value)]
Value
TuiDayRange  |  TuiDay  |  readonly TuiDay[]  |  null
[disabledItemHandler]
A handler that gets a date and returns true if it is disabled.
Must be a pure function
TuiBooleanHandler<TuiDay>
()=>!1
[max]
Max date
TuiDay
{year: 9999, month: 11, day: 31}
[min]
Min date
TuiDay
{year: 0, month: 0, day: 1}
[single]
Single date or a range
boolean
[multi]
Array of single dates
boolean
(cancel)
"Cancel" clicked
void Emit!
(confirm)
"Confirm" button clicked
TuiDayRange  |  TuiDay Emit!