We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
About
1 parent 8ec1527 commit b81c67cCopy full SHA for b81c67c
src/Views/About.axaml.cs
@@ -22,7 +22,7 @@ public About()
22
{
23
if (attr.Key.Equals("BuildDate", StringComparison.OrdinalIgnoreCase) && DateTime.TryParse(attr.Value, out var date))
24
25
- TxtReleaseDate.Text = App.Text("About.ReleaseDate", date.ToLocalTime().ToString("MMM d yyyy"));
+ TxtReleaseDate.Text = App.Text("About.ReleaseDate", Models.DateTimeFormat.Format(date, true));
26
break;
27
}
28
0 commit comments