From: Krzysztof B. <kb...@un...> - 2017-05-16 06:39:30
|
Hi Willem, W dniu 15.05.2017 o 16:13, Willem Elbers pisze: > Hello Krzysztof, > > can we customize the date format for dates shown in the UI? Currently > they are yy/mm/dd and we would like to have them shown as dd/mm/yy(yy). Hard to say - as this depends on which dates you are referring to. Besides few exceptions, in general Unity uses default format for the locale you use on the server. You can either change it for the server or overwrite for Unity only with options -Duser.country=CA -Duser.language=fr (in startup.properties, the OPTS variable) We can rather easily give a possibility to configure date format, however this would need rather complex setup. Sometimes we display only "short" date, sometime short date+time, sometimes full date+time etc. Best, Krzysztof |