Added ISO 8601 date to the SettingsPaneThemeViewModel

This commit is contained in:
Patrik Hedlund 2025-09-05 10:42:56 +02:00
parent 738a27e9b6
commit 860ef6081b

View file

@ -172,7 +172,8 @@ public partial class SettingsPaneThemeViewModel : BaseModel
"dd', 'MMMM",
"dd.MM.yy",
"dd.MM.yyyy",
"dd MMMM yyyy"
"dd MMMM yyyy",
"yyyy-MM-dd"
};
public string TimeFormat