Default display format for date fields

4
Should the default language setting affect the date format for displaying DateTime attributes on forms? I have set my default language to 'English, United Kingdom' (en_GB), and was expecting to see date fields appearing in the UK date format, e.g. "26/8/2009", however they are still appearing in the US format, "8/26/2009". Is it possible to set a default display format for dates?
asked
2 answers
3

This should change automatically. You can not change the data format yourself. Please add a ticket in MXDN explaining your problem. We will fix this issue as soon as possible!

answered
5

As a alternative solution you can use a virtual attribute. In the microflow you can format your DateTime with the formatDateTime() function, and format the date depending on the user language. For more information about that function see this question.

answered