Dates incorrectly displayed

Just have my beta app online and my dates are not displayed correctly.
i use shortdate to display them
Local settings are d-m-y, but date display as m-d-y, on all my devices (pc, ipad, …)
I had no problems when running it locally.
Could it have something to do with the server settings ?

Yepp. You have a different locale setting on your server probably.

[quote=160412:@Eddy Jacob]Just have my beta app online and my dates are not displayed correctly.
i use shortdate to display them
Local settings are d-m-y, but date display as m-d-y, on all my devices (pc, ipad, …)
I had no problems when running it locally.
Could it have something to do with the server settings ?[/quote]

You are talking Web app, right ? This thread should be moved to the Web channel, then.

The app is not aware of users regional settings, so it gives you shortdate for the host setting. Since most hosts are set with US settings, you get MM-DD-YYYY.

The best workaround is to build the shortdate yourself with date.day, date.month, date.year.