I have the following markup:
<input name="startTime" id="startTime" type="time"class="form-control" required/>
In some cases, it shows the 24 hour clock and in some others the 12 hour clock. How can I make it show the 12 hour clock all the time?
I have the following markup:
<input name="startTime" id="startTime" type="time"class="form-control" required/>
In some cases, it shows the 24 hour clock and in some others the 12 hour clock. How can I make it show the 12 hour clock all the time?