React Scheduler - Date Navigation

The React Scheduler component's ViewState and DateNavigator plugins enable you to change the current date at runtime.

The following plugins implement date navigation feature:

Basic Setup

Import the plugins listed above to enable a user to change the current date at runtime.

Uncontrolled Mode

In uncontrolled mode, specify the initial date in the ViewState plugin's defaultCurrentDate property.

Controlled Mode

In controlled mode, pass the current date to the ViewState plugin's currentDate property and handle the onCurrentDateChange event to control the date externally.