docusealco / docuseal

Open source DocuSign alternative. Create, fill, and sign digital documents ✍️
https://www.docuseal.co
GNU Affero General Public License v3.0
5.7k stars 378 forks source link

Date format difference in viewed signed document to downloaded #158

Closed wrigjz closed 7 months ago

wrigjz commented 7 months ago

We have noticed an interesting issue, if we use the Date field on a PDF it shows the date in the document as something like 11 December 2023 - which is great as it means there is not issue with DD/MM or MM/DD. However when we download the document the downloaded pdf says 11/12/2023.

This is using the simple Docker system on a ubuntu 22.04 system, the issue is the real showstopper for us as we need the PDFs to have the DD Month YYYY format to prevent issues.

issue

omohokcoj commented 7 months ago

@wrigjz in the latest 1.3.3 version we added date field format configuration options and made the date format consistent across all document view pages in the app. image