Reputation: 549
Is there a nice way to retriev the time format e.g. 24h or 12h from within an android app?
Upvotes: 1
Views: 3431
Reputation: 38727
http://developer.android.com/reference/android/text/format/DateFormat.html#is24HourFormat(android.content.Context)
Upvotes: 2