Added ToBestDateString for DateTime, using on Series/Details.

This commit is contained in:
Mark McDowall 2011-09-27 17:10:08 -07:00
parent 5f0a95b2b1
commit 9271b39787
3 changed files with 20 additions and 1 deletions

View file

@ -4,6 +4,7 @@ using System.IO;
using System.Linq;
using System.Web.Mvc;
using MvcMiniProfiler;
using NzbDrone.Core;
using NzbDrone.Core.Helpers;
using NzbDrone.Core.Providers;
using NzbDrone.Core.Providers.Jobs;
@ -199,7 +200,7 @@ namespace NzbDrone.Web.Controllers
var airDate = String.Empty;
if (e.AirDate != null)
airDate = e.AirDate.Value.ToShortDateString();
airDate = e.AirDate.Value.ToBestDateString();
episodes.Add(new EpisodeModel
{