[ad_1]
Could try initialising it with the max date attribute set
$("#datePickerId").datepicker({
maxDate: "-18Y"
});
jQuery datepicker mindate, maxdate
[ad_2]
solved Need to validate Date of birth user should be 18 years and more
[ad_1]
Could try initialising it with the max date attribute set
$("#datePickerId").datepicker({
maxDate: "-18Y"
});
jQuery datepicker mindate, maxdate
[ad_2]
solved Need to validate Date of birth user should be 18 years and more