How to format date and time in Android?

前端 未结 24 1656
面向向阳花
面向向阳花 2020-11-22 00:51

How to format correctly according to the device configuration date and time when having a year, month, day, hour and minute?

24条回答
  •  执笔经年
    2020-11-22 01:27

    Date format class work with cheat code to make date. Like

    1. M -> 7, MM -> 07, MMM -> Jul , MMMM -> July
    2. EEE -> Tue , EEEE -> Tuesday
    3. z -> EST , zzz -> EST , zzzz -> Eastern Standard Time

    You can check more cheats here.

提交回复
热议问题