Form control: Time picker
The timePicker
control allows users to choose a time value from a special time picking interface.
Arguments
defaultTime (optional) | Added in 10.13.0: Default time to choose when opening the picker for the first time. Defaults to midnight (00:00). Can either be a 24-hour time (e.g. "17:00"), or "now" to use the current time. |
---|
Example
<field name="start_time" control="timePicker" defaultTime="09:00" />
<field name="end_time" control="timePicker" defaultTime="17:00" />