Fix title for month
This commit is contained in:
parent
3ce8a09e39
commit
643b77e81e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue