Reply To: Date Format

#1870
RRowley
Participant

Look in the Inc/Claz/Util.php file. Find the date method. Notice in the comments the supported date formats. Say you want the long format (ex: May 8, 2024). In the field you mentioned you would have:

field=$invoice.date|utilDate:long

If you need a format other than those in the Util::date method, you would need to implement extension code to do it. View the Extensions topic.