I would like to compare 2 dates to confirm that the number of years between is >= 18
. For example, if my 2 dates are 03-12-2011
and 03-12-1983
then this should pass validation, however, if my 2 dates are 03-12-2011
and 03-12-1995
then this should fail validation.
Can anyone help me?