dateInPast method
Validate that the date is in the past
Implementation
FormValidator dateInPast() {
_addRule("date_in_past");
return this;
}
Validate that the date is in the past
FormValidator dateInPast() {
_addRule("date_in_past");
return this;
}