如何在DateTimePicker中显示24小时格式?

时间:2018-05-15 16:38:20

标签: javascript jquery datetimepicker

我正在使用Datetimepicker库。

这是我的代码,我已经回顾了已经提出的问题,但没有解决方案适合我。

$('#datetimepicker').datetimepicker({
    defaultDate: moment().add(1, 'd'), //defaultDate
    minDate: (fecha.getTime() + 1 * 86400000), //minDate
    disabledHours: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 20, 21],
    locale: "es", //language
    format: 'Y/m/d A HH:mm', //format
    inline: true, //alignement
    sideBySide: true //visual Ubication
});

建议说我使用的是format: HH: mm,而不是使用hh: mm,但是我使用了这个并且更改没有生效。

1 个答案:

答案 0 :(得分:0)

我的代码中还有一个字符。格式:

' Y / m / d A HH:mm'

格式:' Y / m / d HH:mm'