display new fields on person page

This commit is contained in:
Luke Pulverenti
2013-04-12 14:22:40 -04:00
parent b789550a56
commit b25fd4296c
6 changed files with 16 additions and 12 deletions

View File

@@ -206,7 +206,7 @@ namespace MediaBrowser.ServerApplication.Controls
else
{
txtPremeireDate.Visibility = Visibility.Visible;
txtPremeireDate.Text = "Premiered " + item.PremiereDate.Value.ToShortDateString();
txtPremeireDate.Text = "Premiered " + item.PremiereDate.Value.ToLocalTime().ToShortDateString();
}
}