Is it possible to identify a BlackBerry users preferred time format?
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.
精彩评论