@model DateTime @{ Layout = "~/Views/Shared/EditorTemplates/_FieldLayout.cshtml"; } @Html.TextBox("", (Model != DateTime.MinValue ? Model.ToShortDateString() : string.Empty ))