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.