Return the current date
Member of Date Intrinsic Functions (PRIM_LIBI.IDateIntrinsics)
Name | Type | Data Type | Description |
---|---|---|---|
Result | *Result (Optional) | Date | Resulting date |
Now property returns the current date.
This example sets #Today to the current date.
#Today := #Today.Now
Febuary 18 V14SP2