Bug Fix: Job Expected Date UI

Incorrect format displayed - which couldn't be interpreted by the
date-picker.
This commit is contained in:
Gary Sharp
2014-02-11 13:59:16 +11:00
parent 3ae657f2ba
commit c4cc54d316
3 changed files with 57 additions and 58 deletions
-1
View File
@@ -21,7 +21,6 @@ namespace Disco.Models.Repository
public string OpenedTechUserId { get; set; }
public DateTime OpenedDate { get; set; }
[DisplayFormat(ApplyFormatInEditMode = true, ConvertEmptyStringToNull = true, DataFormatString = "{0:yyyy/MM/dd hh:mm tt}", HtmlEncode = false)]
public DateTime? ExpectedClosedDate { get; set; }
public string ClosedTechUserId { get; set; }
public DateTime? ClosedDate { get; set; }