focusedDate | public | | | | |
minDate | public | | new Date(0) | Minimum date. All dates before will be disabled | |
maxDate | public | | new Date(8640000000000000) | Maximum date. All dates after will be disabled | |
dayPreprocessor | public | | | | |
disableDates | public | | | Disable certain dates | |
firstDayOfWeek | public | number | 0 | Weekday that will be displayed in first column of month grid.
0: sunday, 1: monday, 2: tuesday, 3: wednesday , 4: thursday, 5: friday, 6: saturday
Default is 0 | |
weekdayHeaderNotation | public | string | 'short' | Weekday header notation, based on Intl DatetimeFormat:
- 'long' (e.g., Thursday)
- 'short' (e.g., Thu)
- 'narrow' (e.g., T).
Default is 'short' | |
centralDate | public | Date | | The date that
1. determines the currently visible month
2. will be focused when the month grid gets focused by the keyboard | |
locale | public | string | '' | Different locale for this component scope | |
selectedDate | public | | | The selected date, usually synchronized with datepicker-input
Not to be confused with the focused date (therefore not necessarily in active month view) | |