Skip to content

convertsToDateTime

Category: Conversion

Returns true if the input can be converted to a datetime

  • Return type: Boolean
'2023-12-25T10:30:00'.convertsToDateTime()
'invalid'.convertsToDateTime()