All you have to do is apply the format you want in the html helper call, ie. @Html.TextBoxFor(m => m.RegistrationDate, "{0:dd/MM/yyyy}").
確定! 回上一頁