如何检测设备的时间设置?
我有一个应用程序,其中我制作了一个闹钟。在我的应用程序中,问题是当设备日期和时间设置更改时,警报标签的文本也会更改。例如,如果时间设置设置为 24 小时,那么在我的标签文本中最后不会显示上午和下午,而当将设置更改为 12 小时时,则在标签文本中显示上午和下午。如何检测日期和时间的设置是什么,以及如何对标签文本应用验证,使任何设置始终以上午和下午模式显示或以 12 小时设置显示?
预先感谢...
I have an application in which i have made a alarm clock. In my application problem is that when device date and time settings changed then text of label of alarm also changed. For example if time settings is set as 24 hours then in my label 's text don't show am and pm in last while when change settings as 12 hours then in label's text show am and pm. How detect that what is settings of date and time and how apply validation on label's text that whatever settings always display in am and pm mode or show in 12 hours settings?
Thanks in advances...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
只需放置此代码
而不是此代码
,然后
NSLog 将分别使用 AM 或 PM 打印当前时间 12 小时格式
just place this code
instead of this
then
NSLog will print the current time 12hour format with AM or PM respectively