向 Jquery 时间选择器添加秒数

发布于 2024-12-20 23:14:37 字数 367 浏览 2 评论 0原文

我有一个 jQuery Timepicker 代码如下:

$('#timepicker').timepicker({
        showOn: 'button',
        button: '.timepicker_button_trigger'
});

这个 Timepicker 可以在这个网站上看到: 这里

我遇到的问题找不到解决方案是我想在这个时间选择器中包含秒数以及小时和分钟。这个 Timepicker 是否有解决方案?

我正在使用时间选择器来设置某事的持续时间。

I have a jQuery Timepicker code below:

$('#timepicker').timepicker({
        showOn: 'button',
        button: '.timepicker_button_trigger'
});

This Timepicker can be seen on this website: here

The problem which I can't find the solution of is that I want to include seconds in this Timepicker with hours and minutes. Is there a solution for this with this Timepicker or not?

I am using the timepicker to set the duration of something.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

北音执念 2024-12-27 23:14:37

检查这个:http://trentrichardson.com/examples/timepicker/ 看看是否对您有

帮助有一些使用秒的例子。

例子:

$('#example5').datetimepicker({
   showSecond: true,
   showMillisec: true,
   timeFormat: 'hh:mm:ss:l'
});

check this: http://trentrichardson.com/examples/timepicker/ and see if helps you

there you have some examples working with seconds.

example:

$('#example5').datetimepicker({
   showSecond: true,
   showMillisec: true,
   timeFormat: 'hh:mm:ss:l'
});
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文