mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
feat: added day/month/year format (#2189)
This commit is contained in:
@ -299,6 +299,8 @@ extension DateFormatExtension on DateFormat {
|
||||
return LocaleKeys.grid_field_dateFormatLocal.tr();
|
||||
case DateFormat.US:
|
||||
return LocaleKeys.grid_field_dateFormatUS.tr();
|
||||
case DateFormat.DayMonthYear:
|
||||
return LocaleKeys.grid_field_dateFormatDayMonthYear.tr();
|
||||
default:
|
||||
throw UnimplementedError;
|
||||
}
|
||||
|
Reference in New Issue
Block a user