I want to validate an input ( date of birth ) using jQuery Validation plugin, but it must be in format "dd/mm/yyyy" and also not validate when the date of year is over 2002.
So the date is valid when it's in this format "dd/mm/yyyy" and year over "2002"