I would like to know what is the easiest way to have a \"Greater Than\" & \"Lower Than\" validation on a ASP.NET MVC 3 form?
I use unobtrusive JavaScript for client
Take a look at the answer of this thread,
There is a lib called MVC.ValidationToolkit. Though I'm not sure whether it works in case of DateTime fields.