Using 24 hour time in bootstrap timepicker

前端 未结 15 926
太阳男子
太阳男子 2020-12-03 13:55

Hi im using http://eonasdan.github.io/bootstrap-datetimepicker/ on bootstrap, specifically example number 4.

I added this property to take away the PM thing and be a

15条回答
  •  再見小時候
    2020-12-03 14:22

    And this works for me:

    $(function () {
        $('#datetimepicker5').datetimepicker({
            format: 'HH:mm'
        });
    });
    

提交回复
热议问题