Skip to content

Commit e8bbbda

Browse files
committed
Add European date formats in settings
1 parent 713034c commit e8bbbda

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Flow.Launcher/SettingPages/ViewModels/SettingsPaneThemeViewModel.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,9 @@ public class ColorSchemeData : DropdownDataGeneric<ColorSchemes> { }
132132
"ddd dd'/'MM",
133133
"dddd dd'/'MM",
134134
"dddd dd', 'MMMM",
135-
"dd', 'MMMM"
135+
"dd', 'MMMM",
136+
"dd.MM.yy",
137+
"dd.MM.yyyy"
136138
};
137139

138140
public string TimeFormat

0 commit comments

Comments
 (0)