The time is displayed in the following locations:
- The Enterprise Server Maintenance pages
- Custom metadata properties of type "time"
- In client applications such as the Created On column in Content Station and the Smart Connection panel
AM/PM display
To display time in an 'am/pm' fashion, use the following option:
- File: configserver.php file
- Name of option: LANGPATAMPM
- Possible values: "false" for no am/pm time display, "true" for am/pm time display
- Default setting: false
- Example:
define ('LANGPATAMPM', false);
Localization on Maintenance pages
On specific Maintenance pages in Enterprise Server (such as the Relative Deadline page), the number of days, hours and minutes can be entered. The character following each field is by default the one denoting the English word: 'D' for days, 'H' for hours and 'M' for minutes.
Example: 5 D 12 H 30 M
To localize these characters (even when the rest of Enterprise Server is set to a different language), use the following option:
- File: configserver.php file
- Name of option: LANGPATTIMEDIFF
- Possible values: Abbreviations for the words"Day", "Hour", and "Minute".
Note: These abbreviations should be in the language that Enterprise Server is configured for. For example:
|
- Default setting: DHM
- Example:
define ('LANGPATTIMEDIFF', "DHM");
Comment
Do you have corrections or additional information about this article? Leave a comment! Do you have a question about what is described in this article? Please contact Support.
0 comments
Please sign in to leave a comment.