Return the month portion of the date
Member of Date Intrinsic Functions (PRIM_LIBI.IDateIntrinsics)
Name | Type | Data Type | Description |
---|---|---|---|
Result | *Result (Optional) | Integer | Resulting number |
Month returns the month portion of a date as a number.
In this example, if #Today was 2014-31-12, the result would be 12.
#Result := #Today.Month
Febuary 18 V14SP2