I need to work with fields in MySQL in hours, minutes, and seconds as in 00:29:13.
However, only the hour and minutes appear for me:
<input type="time" class="form-control" name="hora" placeholder="Hora" id="hora">
How do I change to be able to receive the seconds as well?