0
kicks
Validating Date with MVC Foolproof Validation on the client side
This is a quick tip for something that I just tried with an ASP.NET MVC app and that worked as expected. You'll also find a little bit of amazement with jQuery UI datepicker. I use MVC Foolproof Validation to complement the standard validators that come with ASP.NET MVC in the System.ComponentModel.DataAnnotations assembly. Foolproof has some awesome validators. Read on...