dateInPast method

FormValidator dateInPast()

Validate that the date is in the past

Implementation

FormValidator dateInPast() {
  _addRule("date_in_past");
  return this;
}