1
I need to work with fields in Mysql in hours, minutes and seconds like 00:29:13.
Yet only the hour and minutes appear to me:
<input type="time" class="form-control" name="hora" placeholder="Hora" id="hora">
How I change to be able to receive from the user also the seconds?