How to format date and time in Android?

前端 未结 24 1287
面向向阳花
面向向阳花 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:14

    It's too late but it may help to someone

    DateFormat.format(format, timeInMillis);
    

    here format is what format you need

    ex: "HH:mm" returns 15:30

提交回复
热议问题