datetime picker ISO8601

0
doc (https://docs.mendix.com/refguide7/date-picker#2-1-date-format) talks about localization is been used to format default date. where exactly is that localization coming from? I would like to get my prefered one with perfect order (=ISO8601). not 👇 mixed up one.
asked
2 answers
0

Hi,

Not sure if you are asking about something localization related, but if your question is only about date time formatting the following might be the answer:

Go to Language in the menu → Language settings → Open your (default) language under the tab languages → Here you can change the way dates and times are formatted for display by default in your application.

answered
1

Take a look at this learning path to understand more of the DateTime handling and localization in Mendix:

https://academy.mendix.com/link/module/374/lecture/3046/7.1-Introduction

answered