@model DateTime? @{ var shortDate = DateTime.Parse(Model.ToString()).ToString("yyyy-MM-dd"); } @Html.TextBoxFor(m => m, new { @class= ...
確定! 回上一頁