ToDate
ToDate( value )
ToDate( value )
ToDate( value )
ToDate( value )
to_date( value )
ToDate( value )
Description
The ToDate
function converts a value to a date type, if possible.
Attempting to convert a value to a date which has no date representation results in an "invalid argument" error.
Returns
A Date created by converting from value
.
Examples
The following query converts the string "2018-06-06" to a date:
FaunaDate(2018-06-06 12:00:00 AM)
{0 63663840000 <nil>}
2018-06-06
Date("2018-06-06")
2018-06-06
Date("2018-06-06")
Is this article helpful?
Tell Fauna how the article can be improved:
Visit Fauna's forums
or email docs@fauna.com
Thank you for your feedback!