I found this question while searching for the answer myself. The solutions above did not work for me because my DateTime is nullable. Here's how I solved it with support for nullable DateTime objects.
<%= Html.TextBox(String.Format("{0:d}", Model.Property)) %>