How to disable alphabet entering in Bootstrap time Picker.
My time Picker code is:
<div class="bootstrap-timepicker">
<input
id="timepicker4"
type="text"
class="form-control"
name="startingTime"
value="00:00"
required
/>
</div>
And Jquery Calling function is:
jQuery('#timepicker4').timepicker({showMeridian: false}).
What can I do? But i dont need to disable Input i only need dont type alphabets..