Modifying the displayed date and time on the clock
You can format the date and time that appears on the main screen of the clock with the date and time properties in the clock.properties file.
- Log in to the clock using WinSCP.
- Navigate to /opt/infor/clock/conf/ directory on the clock.
-
Open the clock.properties file with WinSCP.
There are properties such as this in the file that control the date and time format that is displayed on your clock:
# Date format DATE_FORMAT=MM/dd/yyyy # Time format TIME_FORMAT=hh:mm a # Date and Time format DATE_TIME_FORMAT=MM/dd/yyyy, hh:mm a # Label for date DATE=Date # Label for time TIME=Time # Date and time format for the clock title TITLE_DATE_FORMAT=EE, d MMMM, yyyy TITLE_TIME_FORMAT=HH:mm:ss
-
To change the time that is displayed on your clock with the
TIME_FORMAT
setting, specify these values:- 24 hour time format =
HH:mm
- 12 hour time format =
h:mm a
with a lower caseh
for 1 digit andhh
for two digits. Thea
is for am/pm.
- 24 hour time format =
-
To change the date format that is displayed on your clock, you can specify a
value for the
DATE_FORMAT=MM/dd/yyyy
field in the clock.properties file. -
You can format the date that appears on the main screen of your clock with the
TITLE_DATE_FORMAT=EE, d MMMM, yyyy
property. -
You can format the time that appears on the main screen of the clock by using
the
TITLE_TIME_FORMAT=HH:mm:ss
property.For example, you can set it to this value:TITLE_TIME_FORMAT=h:mm
- Save the file in WinSCP.
- Access the clock with the Admin Console and navigate to Settings and click Reload Data.
- Click Update Server.
- When you are satisfied with your configuration changes, you can use the clock configuration update process to push the change to a group of clocks or all of your clocks.