Created attachment 188350 [details] Test export the form to pdf - default format of system isn't exported. Open the attached Document. It only contains a date control, which is set to Date Format → Standard (short). Export this document to PDF. Open this exported *.pdf with a simple text editor (used here: kate) You could find this 2 rows: /F<</JS(AFDate_FormatEx\("mm/dd/yy"\);)/S/JavaScript>> /K<</JS(AFDate_KeystrokeEx\("mm/dd/yy"\);)/S/JavaScript>> Every pdf-viewer, which reads this JavaScript, will only allow to set the format to "mm/dd/yy". You could test this in Firefox or other viewer, not in Okular, which doesn't read this rows. You could also read the language, which is the default for Local Settings: /Lang(de-DE) But the format has nothing to do with the local setting. Should be "dd.mm.yy", if Standard (short) will work right. It is impossible to get this format when exporting to *.pdf, because it won't be offered by the data control. Best solution will be to set the date format to the default format of the system, if default format has been chosen.
Was found in a discussion between Robert and me.
Depending on comment 1 and this thread https://ask.libreoffice.org/t/beim-export-nach-pdf-wird-das-datumsformat-auf-10-07-23-eingestellt-wie-bekomme-ich-10-07-23/93526 I will set this one to NEW.
*** Bug 161813 has been marked as a duplicate of this bug. ***
Looks like Xisco implemented this for 7.4 in bug 105972. Let's show this to him. I can only see the dropdown selector in Acrobat Reader, not Firefox or Edge.
Created attachment 197544 [details] Firefox message field reqires other input format than default one
Comment on attachment 197544 [details] Firefox message field reqires other input format than default one This bug is still in version 24.2.6.2. Firefox message box referres to pdf javascript as it is exported by Writer to PDF form.