The default date and time formats are defined globally using system
properties.
Date format
The date format is defined by the property glide.sys.date_format.
An administrator can modify the property by navigating to . Modifying the property changes the date or time format globally. When
modifying the standard date format, also verify the format using a
Validate Date and Time script. You can use the same pattern strings as the
java.text.SimpleDateFormat class,
with minor exceptions. Note that MM is months, where mm indicates minutes. The format string
consists of the following abbreviations.
The default format is: yyyy-MM-dd.
Note: A user can override the global date or time format with a personal preference.
Time format
An administrator can modify the property by navigating to . Modifying the property changes the date or time format globally. When
modifying the standard time format, also verify the format using a
Validate Date and Time script. You can use the same pattern strings as the
java.text.SimpleDateFormat class,
with minor exceptions. The format string consists of the following abbreviations.
Add the character a to the end of the time format
string to indicate AM or PM. Note that this option shows AM or PM whether you are using
12-hour time (hh) or 24-hour time (HH).
The default format is: HH:mm:ss.
Note: A user can override the global date or time format with a personal preference.