Configure date format

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 are defined, the default pattern from the code is used.

  1. Start ARIS Cloud Controller.
  2. Stop the relevant runnable by typing stop apg_m, for example.
  3. Open the ARIS Process Board configuration file (<ARIS9.x 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.

  4. Define the date pattern for the relevant locale.
  5. 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>