What is the difference between android.text.format.DateFormat and java.text.DateFormat

后端 未结 2 766
攒了一身酷
攒了一身酷 2021-01-04 02:04

I read some posts on formatting date on android, like this:

How do you format date and time in Android?

People suggest use android.text.format.DateForm

2条回答
  •  无人及你
    2021-01-04 03:09

    How about some self-help here? Compare the APIs, read the JavaDocs and see for yourself:

    • java.text.DateFormat
    • android.text.format.DateFormat

提交回复
热议问题