toDate
toDate()
Section titled “toDate()”Category: Conversion
Converts the input value to a date
Signature
Section titled “Signature”- Return type:
Date
Examples
Section titled “Examples”'2023-12-25'.toDate()'2023-12-25T10:30:00Z'.toDate()Category: Conversion
Converts the input value to a date
Date'2023-12-25'.toDate()'2023-12-25T10:30:00Z'.toDate()