Using 24 hour time in bootstrap timepicker

前端 未结 15 922
太阳男子
太阳男子 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

    The below code is correct answer for me.

     $('#datetimepicker6').datetimepicker({
                        format : 'YYYY-MM-DD HH:mm'
                    });
    

提交回复
热议问题