convertsToDateTime
convertsToDateTime()
Section titled “convertsToDateTime()”Category: Conversion
Returns true if the input can be converted to a datetime
Signature
Section titled “Signature”- Return type:
Boolean
Examples
Section titled “Examples”'2023-12-25T10:30:00'.convertsToDateTime()'invalid'.convertsToDateTime()