Project language date/time/datetime formats programmatically

2
I've tried to get an answer on this before, perhaps someone is able to answer this :) Is there a way of retrieving a projects date/time/datetime settings from the Js API? I am referring to the locale configuration of a project where you add languages and where you are able to change the default date/time/datetime formats.
asked
1 answers
0

You can use

mylocale = mx.session.getConfig().uiconfig.locale;
answered