Support localization for dates

Dates inserted into generated documents are currently inserted in English, such as 23 Dec 2023. DocuGen should add localization options such as French.

Dates are currently appearing in a “03 Apr 2025” format, would love a more clean, numeric look like 03/04/2025.

Hi @mstewart the workaround here is to add a formula column and use the FORMAT_DATE function.

FORMAT_DATE({Date}, “DD/MM/YYYY”)

1 Like