DATE
The DATE function takes date as input, in the form of a string or as a tuple and returns it in the specified format. If the format is not specified it returns the date in the user's browser locale format.
Syntax
Arguments
date - The input date in the form of a string. It can also be a node reference or a measure that contains the date. Required.
format - The desired format in which the input date should be displayed. Optional.
(or)
year - number.
month - number.
date - number.
Return Value
Date.
Example
Last updated