Month Function
Description:
The month component of the date.
Returns:
Whole Number
Parameter:
Parameter | Data Type | Description |
|---|---|---|
1 | Date | The date. |
Example:
When using functions inside a field, remember the field brackets:
{Month(AgreementDate)}
Note you can also achieve this in a field by using the format keyword:
{AgreementDate Format "m"}
Expression | Result |
|---|---|
Month( Date( 2000, 2, 29 ) ) | 2 |