use ToShortDateString to create a date depending on current culture

This commit is contained in:
Aergwyn 2017-12-30 22:41:01 +01:00
parent 0dad9cbe53
commit 2a0699f13c
1 changed files with 1 additions and 1 deletions

View File

@ -250,7 +250,7 @@ private void load(OsuColour colours)
{
Origin = Anchor.CentreLeft,
Anchor = Anchor.CentreLeft,
Text = datetime.ToString("dd/MM/yyyy"),
Text = datetime.ToShortDateString(),
Padding = new MarginPadding { Horizontal = 10, Vertical = 5 },
Colour = Color4.White,
},