date
The following is a list of properties for the function date
:
Property | Value |
---|---|
brief | Convert to data type date |
category | date |
description | Converts value to data type date returning date result. |
errorsThrown | [ { "error": "cast_error", "reason": "value could not be converted" } ] |
functionId | date |
functionLabel | date |
pure | true |
parameters | [ { "description": "Value to convert", "name": "value" } ] |
returns | { "dataType": "date", "description": "Converted value" } |
useExecuteFunction | afw_function_execute_convert |