Added time input to /design

This commit is contained in:
Igor Scheller 2023-01-24 19:48:42 +01:00
parent bfa0d91704
commit 99ab7853da
1 changed files with 4 additions and 0 deletions

View File

@ -295,6 +295,10 @@
<label class="form-label" for="input_datetime_local">Datetime</label>
<input id="input_datetime_local" type="datetime-local" placeholder="YYYY-MM-DD HH:MM" pattern="[0-9]{4}-[0-9]{2}-[0-9]{2} ([01][0-9]|2[0-3]):[0-5][0-9]" name="design-datetime" class="form-control" value="2021-09-15T13:37">
</div>
<div class="col-md-3 col-lg-2">
<label class="form-label" for="input_time">Time</label>
<input type="time" class="form-control" id="input_time" name="input_time" size="5" pattern="^\d{1,2}:\d{2}$" placeholder="HH:MM" maxlength="5" value="13:37">
</div>
</div>
</div>
</div>