We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e606356 + 32c7ca8 commit d709eb8Copy full SHA for d709eb8
Flow.Launcher/ViewModel/SettingWindowViewModel.cs
@@ -454,9 +454,13 @@ public List<SearchWindowPosition> SearchWindowPositions
454
455
public List<string> TimeFormatList { get; set; } = new List<string>()
456
{
457
+ "h:mm",
458
"hh:mm",
459
+ "H:mm",
460
"HH:mm",
461
+ "tt h:mm",
462
"tt hh:mm",
463
+ "h:mm tt",
464
"hh:mm tt"
465
};
466
@@ -465,7 +469,10 @@ public List<SearchWindowPosition> SearchWindowPositions
469
"MM'/'dd dddd",
470
"MM'/'dd ddd",
467
471
"MM'/'dd",
472
+ "MM'-'dd",
473
+ "MMMM', 'dd",
468
474
"dd'/'MM",
475
+ "dd'-'MM",
476
"ddd MM'/'dd",
477
"dddd MM'/'dd",
478
"dddd",
0 commit comments