Hi,
Let me explain:
We recently moved a application that was in WebSphere 5.x/Windows to a new Linux/JBOSS 4.0.5 and the application is showing the dates in a wrong format.
The version of the application and content is 5.3 SP4.
The application gets the dates from a collection as a getString and in windows the dates come the correct way, but on the jboss/linux the dates are not right.
What we've done so far:
We changed the LANG of the server.
We added parameters to the JVM of JBOSS with the appropriate locale.
The locale is pt_PT but the dates from the collections are coming in the USA pattern: MM/dd/yyyy
What could cause this behavior?
Thanks a lot.
Best regards,
Rodrigo