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
|**`handleOnPressDay`**|`{year, month, day} (Integers)`| Programmatically select date. `year`, `month` and `day` are numbers. `day` is the day of the current month. date-fns example for today's day of month: `getDate(new Date())`|
408
-
|**`handleOnPressNext`**|| Programmatically advance to next month. |
409
-
|**`handleOnPressPrevious`**|| Programmatically advance to previous month. |
410
-
|**`resetSelections`**|| Clear date selections. Useful for resetting date range selection when user has picked a start date but not an end date. |
408
+
|**`handleOnPressNext`**|| Programmatically advance to next month. |
409
+
|**`handleOnPressPrevious`**|| Programmatically advance to previous month. |
410
+
|**`resetSelections`**|| Clear date selections. Useful for resetting date range selection when user has picked a start date but not an end date. |
411
+
|**`goToDate`**|`date, {isSelected}`| Goes to the passed `date` and is type of Date. `isSelected` is optional boolean and marks the passed date as selected. Default values are like `goToDate(new Date(), {isSelected: true})`|
0 commit comments