Difference between revisions of "US date order"
From Zenitel Wiki
(New page: The AlphaCom can be changed to use the format month-day instead of day-month. This can be changed for the display, as well as the key input for absence messages. This is controled from th...) |
|||
(18 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{A}} | ||
The AlphaCom can be changed to use the format month-day instead of day-month. | The AlphaCom can be changed to use the format month-day instead of day-month. | ||
− | This can be changed for the | + | This can be changed for the dial input for [[Absence Messages|absence messages]], as well as the date and time shown in the [[Display Features|display of the station]]. This is controlled from the MDF-file. |
− | + | ===Dial Input=== | |
− | + | To change the dial input to month before day for absence messages: | |
+ | * [[MDF#How_to_open_and_modify_the_MDF_file|Open the MDF file]] | ||
+ | * Locate the following text: | ||
− | + | <pre> | |
+ | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | ||
+ | % Month before day. | ||
+ | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | ||
+ | |||
+ | % Un-comment the next line if you want to dial month before day. Default is day before month. | ||
+ | |||
+ | % #US_DATE_ORDER | ||
+ | </pre> | ||
+ | |||
+ | * Delete the '%' in front of #US_DATE_ORDER | ||
+ | |||
+ | The occurrence of the '#US_DATE_ORDER' command causes AlphaCom to prompt the user for the date in the format "mm/dd-yyyy". If the command is omitted, the format "dd/mm-yyyy" is used. | ||
+ | |||
+ | ===Display=== | ||
+ | For the display to show US format: | ||
+ | * [[MDF#How_to_open_and_modify_the_MDF_file|Open the MDF file]] | ||
+ | * All occurences of $od1 must be replaced with $od2 (except the first occurence in the file, which is a description of the code) | ||
+ | * All occurences of $xd1 must be replaced with $xd2 (except the first occurence in the file, which is a description of the code) | ||
+ | |||
+ | [[Category:AMC Software]] |
Latest revision as of 09:54, 8 September 2017
The AlphaCom can be changed to use the format month-day instead of day-month.
This can be changed for the dial input for absence messages, as well as the date and time shown in the display of the station. This is controlled from the MDF-file.
Dial Input
To change the dial input to month before day for absence messages:
- Open the MDF file
- Locate the following text:
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Month before day. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Un-comment the next line if you want to dial month before day. Default is day before month. % #US_DATE_ORDER
- Delete the '%' in front of #US_DATE_ORDER
The occurrence of the '#US_DATE_ORDER' command causes AlphaCom to prompt the user for the date in the format "mm/dd-yyyy". If the command is omitted, the format "dd/mm-yyyy" is used.
Display
For the display to show US format:
- Open the MDF file
- All occurences of $od1 must be replaced with $od2 (except the first occurence in the file, which is a description of the code)
- All occurences of $xd1 must be replaced with $xd2 (except the first occurence in the file, which is a description of the code)