to_date
Use this function to convert a string to consistent date format from formats specified by getDateFormats
. The original string is returned if the conversion fails or no formats are specified.
Syntax: | function to_date(value)
|
Inputs: | value (string) |
Outputs: | value (string) |
Usage: | Any function except getConfigOptions, getNamespaces or getDateFormats. |
See also: |