Using 24 hour time in bootstrap timepicker

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

    "YYYY-MM-DD HH:mm:ss" => 24 hours format;
    
    "YYYY-MM-DD hh:mm:ss" => 12 hours format;
    

    the difference is letter 'H'

提交回复
热议问题