You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| days | Number | 365 | Number of days to append |
93
-
| months | Number | 12 | Numbers of months to append (has precedence over `days` if custom set) |
94
-
| years | Number | 0 | Number of years to append and enable year mode (see [Demo](#demo) ) |
95
-
| prependedYears | Number | 0 | Number of years to preppend. **Note:** this prop is ignored if years is not set |
96
-
| prepended | Number | 1 | Number of month to preppend |
97
-
| pastIsDisabled | Boolean | true | Allows the selection of alreay past days and predend the days of `prepended` months |
98
-
| fullMonths | Boolean | false | Weither or not to always use complete months (i.e. `days=1` if set to `true` the whole month is going to be appended) |
99
-
| accentColor | String | #00008b | Set the accent color (`HEX` or `CSS color names`) |
100
-
| lang | String | EN | Language (see available in [Transations](#Translation)) |
| days | Number | 365 | Number of days to append |
93
+
| months | Number | 12 | Numbers of months to append (has precedence over `days` if custom set) |
94
+
| years | Number | 0 | Number of years to append and enable year mode (see [Demo](#demo) ) |
95
+
| prependedYears | Number | 0 | Number of years to preppend. **Note:** this prop is ignored if years is not set |
96
+
| prependedMonths | Number | 1 | Number of month to preppend |
97
+
| disabledWeekDays| Object | {} | Disable a specific week day by setting it's day number to true. ie. `{0: true}` will disable sundays |
98
+
| disabledDates | Array |[]| Disable a specific date. Format of the day should be a string `YYYY-MM-DD` ie. `['2018-01-01']`|
99
+
| pastIsDisabled | Boolean | true | Allows the selection of alreay past days and predend the days of `prepended` months |
100
+
| fullMonths | Boolean | false | Weither or not to always use complete months (i.e. `days=1` if set to `true` the whole month is going to be appended) |
101
+
| accentColor | String | #00008b | Set the accent color (`HEX` or `CSS color names`) |
102
+
| lang | String | EN | Language (see available in [Transations](#Translation)) |
0 commit comments