Skip to content

Commit 860ef60

Browse files
committed
Added ISO 8601 date to the SettingsPaneThemeViewModel
1 parent 738a27e commit 860ef60

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
@@ -172,7 +172,8 @@ public string ColorScheme
172172
"dd', 'MMMM",
173173
"dd.MM.yy",
174174
"dd.MM.yyyy",
175-
"dd MMMM yyyy"
175+
"dd MMMM yyyy",
176+
"yyyy-MM-dd"
176177
};
177178

178179
public string TimeFormat

0 commit comments

Comments
 (0)