@model Nullable @if (Model.HasValue) { @String.Format("{0:d}", Model.Value.Date) }