Custom date format of language is ignored
On the upgrade to 7.2 series we've noticed that the date fields are not formated using the language setting.
Steps to reproduce:
1. Open the english language and change its date format to: `%d/%m/%Y`
2. Logout and login in the webclient
3. Open a list of invoices
Current behaviour:
The invoice date is shown as: `05/31/2024`
Expected behaviour:
The invoice date is shown following the format: `31/05/2024`
This is a regression from 7.0 series as that setup worked correctly on previous versions.
I tested the same behaviour on desktop client and the format is correctly respected there.
issue