Date and time formatting depending on locale

前端 未结 6 970
生来不讨喜
生来不讨喜 2020-12-14 06:17

I\'m new to both Java and Android development so this might be a stupid question, but I\'ve been searching for days now and can\'t find a solution:

I try to output a

6条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-14 07:18

    Use android.text.format.DateFormat.getTimeFormat()

    ref: http://developer.android.com/reference/android/text/format/DateFormat.html

提交回复
热议问题