The "CurrentDate" function has been deprecated. It is recommended to use the "CurrentSessionDate" function.
Incorrect:
OperationDate = CurrentDate();
Correct:
OperationDate = CurrentSessionDate();
The "CurrentDate" function has been deprecated. It is recommended to use the "CurrentSessionDate" function.
Incorrect:
OperationDate = CurrentDate();
Correct:
OperationDate = CurrentSessionDate();