FORMATTED(FORMAT_STRING)
Formats the date or timestamp according to the given format string. The syntax for this string is as in the PHP date function: https://www.php.net/manual/en/function.date.php
#results in 10-01-2009 12:00:00 AM
{DATAPOINTS.TRENDING_TIMESTAMP}
#results in 10/01/2009
{DATAPOINTS.TRENDING_TIMESTAMP.FORMATTED(m/d/Y)}
#results in Thursday, the 1st day of October, 2009
{DATAPOINTS.TRENDING_TIMESTAMP.FORMATTED(l, \t\h\e jS \d\a\y \of F, Y)}