Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 764 Bytes

DeprecatedCurrentDate.md

File metadata and controls

26 lines (16 loc) · 764 Bytes

Using of the deprecated method "CurrentDate" (DeprecatedCurrentDate)

Description

The "CurrentDate" function has been deprecated. It is recommended to use the "CurrentSessionDate" function.

Examples

Incorrect:

OperationDate = CurrentDate();

Correct:

OperationDate = CurrentSessionDate();

Sources