I have this timepicker with bootstrap: Demo
Now I whant to hide AM/PM, is it possible to do with javascript
. Or I will have to remove it from bootstrap.timepicker.js
?
I have try with this:
$('#timepicker1').timepicker({
defaultTime: 'value',
minuteStep: 1,
disableFocus: true,
format: 'HH:mm',
template: 'dropdown'
});
But this is not working.
Realy thanks for any help
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…