Android TimePicker - 当时间在 12 小时模式下超过 12 点时如何更改为 AM/PM?

发布于 2024-12-04 13:06:51 字数 249 浏览 1 评论 0原文

当用户单击 TimePicker 视图的“+”或“-”按钮并且时间超过 12 时,是否有办法将时间从 AM 更改为 PM(反之亦然)?

我举个例子 - 如果现在时间是上午 11 点,并且用户单击 TimePicker 的“+”按钮,时间将更改为上午 12 点(应该更改为下午 12 点)。

有办法做到这一点吗?为什么 TimePicker 不这样做呢?

由于这个问题,我收到了很多用户的愤怒回应。

任何帮助都可以, 谢谢

Is there a way to change the time from AM to PM(and vice versa) when the user clicks the '+' or '-' buttons of a TimePicker View, and the time gets past 12?

I'll give an example - If the time now is 11 AM, and the user clicks the '+' button of the TimePicker, the time changes to 12 AM(where it should change to 12 PM).

Is there a way of doing that? Why isn't the TimePicker doing it anyway?

I'm getting a lot of angry responses from my users because of this issue.

Any help will do,
Thanks

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

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

发布评论

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

评论(2

沦落红尘 2024-12-11 13:06:51

您可以使用侦听器,跟踪当前时间,然后在 onTimeChanged 方法,您可以检测翻转并自行更改 AM/PM 设置。

You could use a listener, keep track of the current time and then in the onTimeChanged method you could detect the roll over and change the AM/PM settings yourself.

烂人 2024-12-11 13:06:51

尝试 setIs24HourView(Boolean is24HourView) 方法?它将删除 AM/PM,但至少时间将处于 24 小时模式。

Try the setIs24HourView(Boolean is24HourView) method? It will remove AM/PM but at least the times will be in 24h mode.

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