本文介绍了如何设置TimePicker显示与格式24小时的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我创建了一个布局TimePicker,我想让它显示的时间与格式24小时。
I've created a TimePicker in layout and I want it to show time with format 24h.
你能帮助我吗?谢谢你。
Can you help me? Thanks.
推荐答案
TimePicker
是选择一天的时间,在为24小时AM / PM模式视图。
您可以使用<$c$c>setIs24HourView(true)$c$c>法TimePicker.
TimePicker
is a view for selecting the time of day, in either 24 hour or AM/PM mode.You can use setIs24HourView(true)
method with TimePicker.
这篇关于如何设置TimePicker显示与格式24小时的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!