Actions

Difference between revisions of "US date order"

From Zenitel Wiki

 
(13 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 date and time shown in the display of the station, as well as the dial input for absence messages. This is controlled from the MDF-file.
+
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===
 
===Dial Input===
To change the dial input to month before day for absence messages  
+
To change the dial input to month before day for absence messages:
* Open the MDF-file
+
* [[MDF#How_to_open_and_modify_the_MDF_file|Open the MDF file]]
 
* Locate the following text:
 
* Locate the following text:
  
Line 18: Line 19:
 
</pre>
 
</pre>
  
* Remove the '%' in front of #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:
 +
* [[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 10:54, 8 September 2017

AlphaCom icon 300px.png

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:

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%  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)