Programmatically switch the active calendar view.
Navigate the calendar to the given date without changing the selected value.
A dayjs object, native Date, or date string.
Read-only snapshot of the component's current internal state.
The view currently rendered inside the calendar.
The current raw string value of the text input.
Whether the calendar overlay is currently open.
The selected date, or undefined if nothing is selected.
The date the calendar is currently navigated to.
Imperative handle exposed by the Datetime component when used with a
ref.Attach a React ref to the component to access these methods programmatically:
Example