check this string value convertible in DateTime or not
bool isDateTime() => isNotEmptyOrNull ? DateTime.tryParse(this!) != null : false;