datepicker
-
Customizing DateTime view templates in MVC3 to display jQuery datepicker utility
By default MVC generates a textbox for a model property with a datetime value. But most of the time you would rather have it generate some sort of a datepicker utility instead, here I’ll modify my project to do exactly just that. So here I have an Address class with two DateTime properties that I Continue reading
