orbeon / orbeon-forms

Orbeon Forms is an open source web forms solution. It includes an XForms engine, the Form Builder web-based form editor, and the Form Runner runtime.
http://www.orbeon.com/
GNU Lesser General Public License v2.1
511 stars 220 forks source link

Named ranges Excel export uses German/French date/time formats #6324

Open ebruchez opened 1 month ago

ebruchez commented 1 month ago

Committed a switch to enable hardcoded format for fr and de alongside #6323. But we need to do better.

Right now, in static readonly:

It might be an improvement to use oxf.xforms.format.output.dateTime, etc. rather than the hardcoded formats, especially since the case of fr/de we know that at least one user is configuring oxf.xforms.format.output.dateTime as well already. That is not different by language, however.