Format Functions
This section contains format functions that uses the pattern. The table below contains the supported patterns for the format functions.
FORMAT_DATE( <expr>, format )
Returns the date expression formatted to the specified format.
FORMAT_TIMESTAMP( <expr>, format )
Return the timestamp formatted according to the specified format
This section contains format functions that uses the pattern. The table below contains the supported patterns for the format functions.
DATE_FORMAT( <expr>, format )
Return the date and timestamp formatted according to the specified format
Last updated