# Time Picker

# Basic usage

Time picker value format, can be hour,minute,second, also can be hour,minute, the default is hour,minute

<x-input-time-select name="time_select1" ></x-input-time-select>
显示代码

TIP

The default start time of time picker is 09:00 ,and the default end time of time picker is 18:00. The time interval is 30 minutes. If you need to modify it, see API

# Default Value

Time picker value format, can be hour,minute,second, also can be hour,minute, the default is hour,minute

<x-input-time-select name="time_select1" value="09:30" ></x-input-time-select>
显示代码

# Range

-

Time picker value format, can be hour,minute,second, also can be hour,minute, the default is hour,minute

<x-input-time-range name="time_select3" ></x-input-time-range>
显示代码

# Default Value Of Time Range

-

Time picker value format, can be hour,minute,second, also can be hour,minute, the default is hour,minute

<x-input-time-range name="time_select4" :value='["08:40:15","09:40:55"]'></x-input-time-range>
显示代码

TIP

time picker is useing dayjs npm, and plugin of this package ,eg: utc and customParseFormat, If you have already introduced this library or plug-in to your page, please click docs ,update configure.