1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-18 15:30:06 +08:00

Change format of date on score panel

This commit is contained in:
smoogipoo
2020-06-04 21:33:38 +09:00
Unverified
parent c4698e61ec
commit 5d7bb8cb4e
@@ -211,7 +211,7 @@ namespace osu.Game.Screens.Ranking.Expanded
Anchor = Anchor.TopCentre,
Origin = Anchor.TopCentre,
Font = OsuFont.GetFont(size: 10, weight: FontWeight.SemiBold),
Text = $"Played on {score.Date.ToLocalTime():g}"
Text = $"Played on {score.Date.ToLocalTime():d MMMM yyyy HH:mm}"
}
}
};