How do you use the jQuery UI Datepicker with MVC's Html.TextBoxFor?
- by Matt
I am using Model binding with the Entity Framework and have an Html.TextBoxFor(model =model.date) input. I know how to tell jQuery how to implement a datepicker but not in this context. What would I need to add here to have a calendar popup when the user enters this field?