As the question title explains, what is the best way to specify a format which my Views use when displaying values of a DateTime
property via the Html.TextboxFor
method.
The default display includes the Date and Time where I really only want the Date displayed.
Thanks