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

  1. Start ARIS Cloud Controller.

    ARIS Cloud Controller peut être utilisé dans plusieurs modes.

    Pour démarrer ACC sous un système d'exploitation Windows, cliquez sur Démarrer > Tous les programmes > ARIS > Administration > ARIS Cloud Controller. Si vous avez changé les informations d'identification de l'utilisateur pour l'agent, vous devez saisir le nom d'utilisateur et/ou le mot de passe.

    Pour lancer l'ACC sous un système d'exploitation Linux, exécutez plutôt le script shell acc10.sh. Pour ce faire, saisissez : su -c acc10.sh aris10.

  2. Stop the relevant runnable by typing stop apg_m, for example.

  3. Open the Fenêtre de processus ARIS 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.

  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>