Reply To: Date format issue

#2048
RRowley
Participant

This is likely due to the changes to use globalization for date, number, etc. formats. You need to make your own version of the template is you aren’t already. See the “Invoice Templates & Styles” topic on the left. Once you have your own template version, edit the template.tpl file to use the international date with the format of long. Here is an example of what this would look like:

field={$invoice.date_original|utilIntlDate:$invoice.locale:"long"}