dateformat depending on language setting

Hi All,

In my application there is a test for the current day which is looks like this:

var vDay = utils.dateFormat(forms.rolex_live_tblfixedhour.fixeddate,‘EEE’);

This runs OK in developer on my laptop, however if I run this on our application server the returned text is in dutch instead of in english: ‘wo’ instead of ‘wed’. It looks to me this is a server setting somewhere, but where? The settings for the locale in server.properties are the same for both machines.

Hi Gert-Jan,

On the client it will use the client locale.
The server locale is just a default setting that the client uses when launched for the first time.
After that it’s stored on the clients machine. A user can change the locale to his/hers need.

Hope this helps.