开发者

Is it possible to identify a BlackBerry users preferred time format?

开发者 https://www.devze.com 2023-03-30 22:26 出处:网络
The one that is configured under options --> date/time --> Time format. The choices are 开发者_运维百科24 or 12 hour and I would like to avoid repeating this choice in my apps if possible.If you use

The one that is configured under options --> date/time --> Time format.

The choices are 开发者_运维百科24 or 12 hour and I would like to avoid repeating this choice in my apps if possible.


If you use SimpleDateFormat with the DATE_SHORT, DATE_MEDIUM or DATE_LONG pattern, the formatter will do what is specified in the device settings.

0

精彩评论

暂无评论...
验证码 换一张
取 消