Hi
We notice a difference to earlier versions of our application: The date function toLocaleDateString() is displaying dates in english formats only, now. In earlier versions, the date was converted to format dd.MM.yyyy for most users. We thought, this is because of browser or OS settings.
Are we wrong? Where does the format come from? Since there is no format argument available for the function. Does ist come from JS Engine of the application server? Do application server properties have any effect here?
We now use utils.dateFormat(…).
Thanks for any hint and regards
Birgit