Added time input to /design
This commit is contained in:
parent
bfa0d91704
commit
99ab7853da
|
@ -295,6 +295,10 @@
|
||||||
<label class="form-label" for="input_datetime_local">Datetime</label>
|
<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">
|
<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>
|
||||||
|
<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>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue