date static method

bool date(
  1. dynamic value
)

Implementation

static bool date(value) {
  return validatorDate(value);
}