Date Format on MVC Model
[DisplayFormat(DataFormatString = "{0:dd.MM.yyyy}")] [Display(Name = "End Date", Prompt = "")] [UIHint("DateBox")] public DateTime? EndDate { get; set; }