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
.jpg?width=600&height=620&name=DATE_FORMAT%20Operation%20(1).jpg)
What's Next
Check out similar operations like: