Need help with making time format from 12 hours to 24 hours. I removed am/pm marks and now I have no clue how to change it to 24 hours.
I'm not familiar with Javascript so that cause me problems. Maybe someone could give me code in details how to make?
.without::-webkit-datetime-edit-ampm-field {
display: none;
}
<input type="time" id="time" name="bday" value="21:00" step="1800" min="00:00" max="23:59" required class="without" autofocus>