Hi,
can anyone help me with a simple bit of javascript?
I need to modify the following code for a date of birth selector to return false if they date of birth is less than 18 years old.
jQuery.validator.addMethod("validDOB", function (str1, element) {
var mon1 =...