mkdate

Purpose:

Save a date/time value to specified variable(s):
1. If two arguments are specified, this program saves a date/time value to argument 1 equal to the date time of argument.
2. If only one argument is specified, the current date and time is saved to argument 1. The saved date/time value is a string in xml format.

Enter:

mkdate <variableName1> [variableName2]

Where:

variableName1

Specify the CyFlex variable on which to store the date and time string.

variableName2

Optional. Specify the CyFlex variable that the date and time value is retrieved from and stored in variableName1.

Example:

mkdate HcAmbRdTS
The above command sets the value of the HcAmbRdTS variable to the current date and time string in xml format.

mkdate HcAmbRdTS BenchLkckTS
The above command sets the value of the HcAmbRdTS variable to the date and time string of the value of BenchLkckTS in xml format.

Notes:

 

See Also: