Revision as of 10:00, 15 July 2025 by Michaël Schuring (talk | contribs) (Text replacement - "{{Doc properties" to "{{Csp class properties")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

DevOps:Doc/FlexForm/1.0/input/time

Name

time

Description

Example

<_form restrictions="lifted" >
<_label for="apptime">Pick a time between 9 AM and 5 PM.</_label>
<br>
<_input type="time" id="apptime" name="appointment" min="09:00" max="17:00" value="10:00" />
<br>
<_input type="submit" />
</_form>