public class CustomBirthDateValidator extends AbstractLogEnabled implements WidgetValidator(Code)
Example of a custom validator. Check that the given date is a valid birth date, i.e.
is at least 5 years before current date and no more than 100 years old.