Returns true if this string is a valid date for inputKey.
true
inputKey
bool isValidDateX(String inputKey) => DateFormatter.isValid(this, inputKey);