SimpleInvoices Group Forum › Forums › Fearless359 SimpleInvoices Discussion Group › Date Format › Reply To: Date Format
March 27, 2023 at 7:29 am
#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.
Recent Comments