Date.ShortDate local formating and settings

I have a question for writing Date Values esp. .Shortdate and .LongDate values. Right on my Mac all outputs of Dates are showing the right local (german) format (DD.MM.YYY) but on Ubuntu Webserver on my hoster it shows in american settings (MM/DD/YYYY). My Question how can I change this in Xojo? Or is this a Server setting? Where to set then?

Thanks in advance!

The date format is taken from the server. You’ll probably need to make your own system for formatting them. If you’re using 2012r2 or later, the country code of the browser is available in Session.LanguageCode.

I’ve found this case in feedback and added it to my Top Cases:

(https://xojo.com/issue/23298)]<https://xojo.com/issue/23298>

Due the fact that all linux webservers are in english and/or mysql and apache2 we should get an easy way to display date values in desired formats.

[quote=15728:@Tomas Jakobs]I’ve found this case in feedback and added it to my Top Cases:

(https://xojo.com/issue/23298)]<https://xojo.com/issue/23298>

Due the fact that all linux webservers are in english and/or mysql and apache2 we should get an easy way to display date values in desired formats.[/quote]

It’s not a question of language! You can change the format settings totally independent of the language set in Linux.

Negative I’ve already checked this out but nothing changed.