dateInFuture method
Validate that the date is in the future
Implementation
FormValidator dateInFuture() {
_addRule("date_in_future");
return this;
}
Validate that the date is in the future
FormValidator dateInFuture() {
_addRule("date_in_future");
return this;
}