How do you ensure that user can only be 18 years old and above? How do you manipulate the date selector such that any date earlier than <18 years ago from CurrDate()> cannot be selected?
Hi,
The datapicker has a property called MinDate that you can use to accomplish that:
Regards,
Marcelo
Marcelo Ferreira wrote:
I think MaxDate works for me instead.
Is this for a mobile or web app? What widget are you using?