我有 jQuery.ptTimeSelect 插件,这似乎对我的项目有好处。不确定是否有 24 小时时间格式,因为我遇到的示例 [http://pttimeselect.sourceforge.net/example/index.html][1]
[1]:http://pttimeselect.sourceforge.net/example/index.html只有 12 小时的时间格式。
下面是来自上述网站的代码片段
$('input[name="time"]')
.ptTimeSelect({
containerClass: undefined,
containerWidth: undefined,
hoursLabel: 'Hour',
minutesLabel: 'Minutes',
setButtonLabel: 'Set',
popupImage: undefined,
onFocusDisplay: true,
zIndex: 10,
onBeforeShow: undefined,
onClose: undefined
});