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 should let the defaultValue not be disabled, when you use disabledDate or disabledTime.
You can set shortcuts to improve user experience.
Use the header slot or the footer slot to render extra element in panel for customized requirements.
The display or hiding of the time panel can be controlled 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.
This example shows how to close the popup when the seconds is selected.
The columns of the time Picker is displayed according to the value of format(HH:mm:ss) by default.
You can also set showHour showMinute showSecond to override the default value
Set stepped time options by hourStep minuteStep secondStep
Set custom time options by hourOptions minuteOptions secondOptions.
You can provide a list of fixed time for users to choose by timePickerOptions