用户输入一个小时时间段,可选择 24 小时或 12 小时类型表示

发布于 2024-10-28 05:10:16 字数 202 浏览 7 评论 0原文

我正在尝试思考用户输入开始时间和结束时间的最佳方式,但我需要能够支持 AM/PM 和 24 小时时间表示。目前,我正在考虑使用 AM、PM 和 Military 的下拉列表来区分每次,但由于这是一个时间表页面,这意味着 56 个下拉列表,听起来可怕

关于如何做到这一点的建议?是否有一个 javascript 时间选择器已经可以做到这一点?

I am trying to think of the best way for a user to input a start hour an end hour but I need to be able to support both AM/PM and 24 hour time representation. Currently I was thinking of a drop down list with AM, PM, and Military to distinguish each time but since this is a page for time sheets that would mean 56 drop down lists and that sounds TERRIBLE

Do you have suggestions on how to do this ? Is there a javascript time picker that already does this ?

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

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

发布评论

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

评论(1

幽蝶幻影 2024-11-04 05:10:16

有一个框,您可以在其中输入小时和灰色的 AM/PM 下拉/单选按钮集。如果用户在两个框中都输入小于 13 的数字,则 AM/PM 选择器将激活并且是必需的。如果他们在任一框中输入大于 12 的数字,则不会。

There's a box where you can type the hour and grayed-out AM/PM dropdown/radio button set. If the user types in a number less than 13 in both boxes, the AM/PM chooser activates and is required. If they enter a number greater than 12 in either box, it doesn't.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文