Skip to content

Commit 7b726d8

Browse files
committed
Add new time format option "dd MMMM yyyy"
1 parent 3688837 commit 7b726d8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Flow.Launcher/SettingPages/ViewModels/SettingsPaneThemeViewModel.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,8 @@ public string ColorScheme
170170
"dddd dd', 'MMMM",
171171
"dd', 'MMMM",
172172
"dd.MM.yy",
173-
"dd.MM.yyyy"
173+
"dd.MM.yyyy",
174+
"dd MMMM yyyy"
174175
};
175176

176177
public string TimeFormat

0 commit comments

Comments
 (0)