dateInFuture method

FormValidator dateInFuture()

Validate that the date is in the future

Implementation

FormValidator dateInFuture() {
  _addRule("date_in_future");
  return this;
}