fix time, using text

This commit is contained in:
Ibnu Maksum 2023-08-30 10:02:58 +07:00
parent 1b15da5c04
commit 18d68d68c8
No known key found for this signature in database
GPG key ID: 7FC82848810579E5

View file

@ -43,7 +43,7 @@
value="{$d['expiration']}">
</div>
<div class="col-md-2">
<input type="time" class="form-control" id="time" name="time"
<input type="text" class="form-control" id="time" name="time" placeholder="00:00:00"
value="{$d['time']}">
</div>
</div>