适用于html5 / jquerymobile web-app的Timepicker插件

时间:2014-03-21 09:48:49

标签: android html5 jquery-mobile

我正在寻找一个时间选择器,其中只包含要设置的选项:小时数和分钟数

注意:我不需要与Years / AM-PM等有任何关系。

我一直在寻找并没有找到任何,也许你们其中一个人可以建议我使用什么shouold。 该插件应该主要支持iphone / android设备

我在谷歌图片中看到的例子:

enter image description here

enter image description here

1 个答案:

答案 0 :(得分:2)

第二张图片是jquery移动日期选择器,您可以通过下载JQM datepicker download来使用上述格式的日期选择器。

以下方法用于显示时间选择器。

 <input name="mydate" id="mydate" type="time" data-role="datebox" data-options='{"mode": "timebox", "useNewStyle":true,"overrideTimeFormat": 24}'/>

这是24小时播音员的小型演示。

DEMO

注意:如果要在输入字段中以24小时格式显示时间,则需要自定义JQM datepicker插件。与JQM-datebox-core.js中一样,您需要设置timeFormat : 24,