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