date method

FormValidator date()

Validate that the value is a date

Implementation

FormValidator date() {
  _addRule("date");
  return this;
}