mirror of
https://github.com/ente-io/ente.git
synced 2025-08-08 15:30:40 +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);
|
.format(date);
|
||||||
} else if (this == GroupType.month) {
|
} else if (this == GroupType.month) {
|
||||||
final date = DateTime.fromMicrosecondsSinceEpoch(file.creationTime!);
|
final date = DateTime.fromMicrosecondsSinceEpoch(file.creationTime!);
|
||||||
return DateFormat.MMMd(Localizations.localeOf(context).languageCode)
|
return DateFormat.yMMM(Localizations.localeOf(context).languageCode)
|
||||||
.format(date);
|
.format(date);
|
||||||
} else {
|
} else {
|
||||||
throw UnimplementedError("not implemented for $this");
|
throw UnimplementedError("not implemented for $this");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user