ToDate
This reference topic applies to FQL v4. Go to this page for the latest FQL v10 reference topics. |
ToDate( value )
to_date( value )
ToDate( value )
ToDate( value )
ToDate( 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.
Parameters
Parameter | Type | Definition and Requirements |
---|---|---|
|
Any |
The value to attempt to convert to a Date. |