Add Time sec format

This commit is contained in:
DB p 2022-12-19 10:56:49 +09:00
parent 7d164517ca
commit 8fbf7a8526

View file

@ -478,7 +478,8 @@ namespace Flow.Launcher.ViewModel
"tt hh:mm", "tt hh:mm",
"h:mm tt", "h:mm tt",
"hh:mm tt", "hh:mm tt",
"hh:mm:ss tt" "hh:mm:ss tt",
"HH:mm:ss tt"
}; };
public List<string> DateFormatList { get; } = new() public List<string> DateFormatList { get; } = new()