Day Function
Description:
The day component of a date.
Returns:
Whole Number
Parameter:
Parameter | Data Type | Description |
|---|---|---|
1 | Date | The date. |
Example:
When using functions inside a field, remember the field brackets:
{Day(AgreementDate)}
This can also be achieved with the format keyword:
When using functions inside a field, remember the field brackets:
{AgreementDate Format "dd"}
Expression | Result |
|---|---|
Day( Date( 2000, 2, 29 ) ) | 29 |