DATE_FORMAT Operation
How to use the DATE_FORMAT operation in formulas
Definition
The DATE_FORMAT operation allows you to change the date format using the following tokens:
Example
$ATT.DATE = 2020-03-22
DATE_FORMAT($ATT.DATE, ‘%d-%b-%Y’)
Result:
22-Mar-2020
Syntax Guide
DATE_FORMAT(date, format)
date - the date to be formatted
format - the new format of the date
What's Next
Check out similar operations like: