How can we enable time control to allow only time? When I enter 00:15 it automatically converts to 00 to 12. Can we achieve this by any way to allow time only? Or can we use this as input type="text"
and restrict to accept time format only?
<input type="time" id="appt" min="0" name="appt">
I am referring to this example. https://www.w3schools.com/tags/tryit.asp?filename=tryhtml5_input_type_time