mirror of
https://github.com/ente-io/ente.git
synced 2025-08-08 07:28:26 +00:00
Fix title for month
This commit is contained in:
parent
3ce8a09e39
commit
643b77e81e
@ -37,7 +37,7 @@ extension GroupTypeExtension on GroupType {
|
||||
.format(date);
|
||||
} else if (this == GroupType.month) {
|
||||
final date = DateTime.fromMicrosecondsSinceEpoch(file.creationTime!);
|
||||
return DateFormat.MMMd(Localizations.localeOf(context).languageCode)
|
||||
return DateFormat.yMMM(Localizations.localeOf(context).languageCode)
|
||||
.format(date);
|
||||
} else {
|
||||
throw UnimplementedError("not implemented for $this");
|
||||
|
Loading…
x
Reference in New Issue
Block a user