TF-248 Change position icon of item list email
This commit is contained in:
@@ -28,7 +28,7 @@ extension DateTimeNullableExtension on DateTime? {
|
||||
String toPattern() {
|
||||
if (this != null) {
|
||||
if (this!.isToday()) {
|
||||
return 'h:mm a';
|
||||
return 'H:mm';
|
||||
} else if (this!.isYesterday()) {
|
||||
return 'EEE';
|
||||
} else if (this!.isThisYear()) {
|
||||
|
||||
Reference in New Issue
Block a user