I have a date picker field that the user is to enter a birthdate. What I need to do is make it so the birthdate entered must be at least 15 years old. I can enter a static min date but then I would have to update it every day. Not practical.
Any ideas on how to make a date picker minimum date dynamic either through the date picker controls or validation?
The year dropdown starts on the earliest year which I have set to 80 years. Most clients will be around 30 years old. So every entry requires a lot of scrolling.
So is there a way to set a default year or even have the dropdown default to the latest year?