Commonly browsers show a time picker in format 23:59.
Attributes:
| Attribute | Examples | Description |
| name* | name="unique_field_name" | The field name. Needs to be unique in the form. Required. |
| value | value="08:00" value="16:30" value="{field.time_123}" | The initial field value. Optional. |
| min | min="08:00" | Minimum time allowed. Optional. |
| max | max="16:30" | Maximum time allowed. Optional. |
This field also supports common HTML attributes, as well as label & description attributes.