Skip to content

convertsToDate

Category: Conversion

Returns true if the input can be converted to a date

  • Return type: Boolean
'2023-12-25'.convertsToDate()
'invalid-date'.convertsToDate()