Skip to content

Commit 0c05440

Browse files
authored
Merge pull request #3131 from Flow-Launcher/add-european-date-formats
Add more date formats in settings
2 parents 713034c + e8bbbda commit 0c05440

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)