Description:
Configures the date format.
0-WWW MMM DD
1-DD-MMM-YY
2-YYYY-MM-DD
3-DD/MM/YYYY
4-MM/DD/YY
5-DD MMM YYYY
6-WWW DD MMM
Note: “WWW” represents the abbreviation of the week, “DD” represents a two-digit day,
“MMM” represents the first three letters of the month, “YYYY” represents a four-digit year,
and “YY” represents a two-digit year. The value configured by the parameter
“lcl.datetime.date.format” takes precedence over that configured by this parameter.
Web User Interface:
Settings->Time & Date->Date Format
Phone User Interface:
Menu->Basic->Time & Date->Time & Date Format->Date Format
Description:
Configures the format of date string.
Y = year, M = month, D = day, W = day of week
Value formats are:
Any combination of W, M, D and the separator (e.g., space, dash, slash).
Example:
lcl.datetime.date.format = W,MD
The IP phone will display the date in “W,MD” format (e.g., Wed,0420).
Any combination of Y, M, D, W and the separator (e.g., space, dash, slash).
Example:
lcl.datetime.date.format = YYYY-MMM-DDD-WWW
The IP phone will display the date in “YYYY-MMM-DDD-WWW” format (e.g.,
2016-Apr-20-Wednesday).
Note: “Y”/”YY” represents a two-digit year, more than two “Y” letters (e.g., YYYY) represent a
four-digit year, “M”/“MM” represents a two-digit month, “MMM” represents the
abbreviation of the month, three or more than three “M” letters (e.g., MMM) represent the
long format of the month, one or more than one “D” (e.g., DDD) represents a two-digit day,