isDateTime method

bool isDateTime()

Checks if string is DateTime (UTC or Iso8601).

Implementation

bool isDateTime() => ValidatorUtils.isDateTime(this);