New to Kendo UI for Vue? Start a free 30-day trial
Controlled Mode
By default, the DateTimePicker is in an uncontrolled state.
The DateTimePicker provides options for:
Controlling the Value
To manage the date value of the DateTimePicker:
The following example demonstrates how to control the DateTimePicker value.
Change Theme
Theme
Loading ...
Controlling the Popup State
To manage the popup state of the DateTimePicker, set the displayed state of the component through its show
property.
The following example demonstrates how to control the state of the date-time selector of the DateTimePicker upon display.
Change Theme
Theme
Loading ...