mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-06 09:03:56 +02:00
Short date format
This commit is contained in:
@@ -2274,7 +2274,7 @@ public class Helper {
|
||||
try {
|
||||
if (condensed && thisYear && thisMonth && thisDay)
|
||||
return getTimeInstance(context, SimpleDateFormat.SHORT).format(millis);
|
||||
String skeleton = (thisYear ? "MMM-d" : "yyyy-M-d");
|
||||
String skeleton = (thisYear ? "M-d" : "yyyy-M-d");
|
||||
if (withTime) {
|
||||
boolean is24Hour = android.text.format.DateFormat.is24HourFormat(context);
|
||||
skeleton += (is24Hour ? " Hm" : " hm");
|
||||
|
||||
Reference in New Issue
Block a user