mkdate

Purpose:

Save a date/time value to a specified CyFlex string variable:

1. If two arguments are specified, this program sit sets the first variable to the date/time value from the second CyFlex real variable formatted as an XML string.
2. If only one argument is specified, the variable is set to the current date and time 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 real variable from where the date and time value is retrieved. 

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: