You can format the date to the pattern defined in the locale specific attribute datePattern. In case the locale specific attribute is not specified, the date format pattern is loaded from the default date pattern tag of the locale. If neither is defined, the default pattern from the code is used.
ARIS Cloud Controller.
ARIS Cloud Controller can be used in multiple modes.
To start ACC under a Windows operating system click Start > All Programs > ARIS > Administration > Start ARIS Cloud Controller. If you have changed agent user credentials you must enter the user name and/or the password.
To start ACC under a Linux operating system, execute the acc10.sh shell script instead. To do so, enter: su -c acc10.sh aris10.
Stop the relevant runnable by typing stop apg_m, for example.
Open the ARIS Process Board configuration file (<ARIS installation directory>\server\bin\work\work_apg_m\base\webapps\processboard\WEB-INF\tl-configuration.xml).
All supported locales are listed by default in the configuration file.
Define the date pattern for the relevant locale.
Start the relevant runnable by typing start apg_m, for example.
You have configured the date format.
Example
<!-- language configuration, first element is selected on UI -->
<locales>
<locale language="en" country="US" name="English (United States)" datePattern="dd.mm.yyyy" dateTimePattern="dd.mm.yyyy HH:mm:ss" />
<locale language="de" country="DE" name="German (Germany)" datePattern="dd.mm.yyyy" dateTimePattern="dd.mm.yyyy HH:mm:ss" />
.
.
.
</locales>