You can select or input a date, month, year, time or datetime
You can set the type of the v-model value by valueType.
Support to select a date range.
Disabled part of dates and time by disabledDate and disabledTime respectively
You can set shortcuts to improve user experience.
You can also use the header slot or the footer slot
Determing whether the time panel is displayed by showTimePanel.
The time panel is displayed after the date is selected by default.
You can use the prop open to control the visible of popup.
The time picker doesn't automatically close by default.
This example automatically close the popup when the seconds is selected.
The columns of the time Picker is displayed according to the value of format by default.
You can also set showHour showMinute showSecond to override the default value
Show stepped options by hourStep minuteStep secondStep or show custom options by hourOptions minuteOptions secondOptions
You can provide a list of fixed time for users to choose by timePickerOptions