SyntaxFix
Write A Post
Hire A Developer
Questions
I use Globalize so work with many date formats so use the following:
@Html.TextBoxFor(m => m.DateOfBirth, "{0:d}")
This will automatically adjust the date format to the browser's locale settings.