isDateTime property

bool get isDateTime

check the string can be DateTime

Implementation

bool get isDateTime => _Parser(this).isDateTime;