I am testing the e-invoice module.
Under General, the date format is set to d/m/Y.
When I export to XML, I get two different date formats.
This is the syntax I use in the template:
<cbc : IssueDate>{{INVOICE_DATE}}</cbc : IssueDate>
<cbc : DueDate>{{INVOICE_DUE_DATE}}</cbc : DueDate>
This is the result:
{{INVOICE_DATE}} is in d/m/Y format and {{INVOICE_DUE_DATE}} is in YYYY-MM-DD format.
<cbc : IssueDate>14/12/2025</cbc : IssueDate>
<cbc : DueDate>2026-01-04</cbc : DueDate>
Are there any other people experiencing the same issue?
PS: It would be useful if we could choose the date format per template.
Alternatively, a general setting in e-invoice for the date format to be used would also be helpful.