Using MVC2, how do I validate that a date is within a given date range?
Posted
by Andy Evans
on Stack Overflow
See other posts from Stack Overflow
or by Andy Evans
Published on 2010-06-18T15:08:40Z
Indexed on
2010/06/18
15:23 UTC
Read the original article
Hit count: 293
I have a requirement, in an MVC2 web application, to validate that the user is at least 13 years old. Is there a date/datetime validation attribute that will enable me to do this?
© Stack Overflow or respective owner