MONTH
The following section describes the syntax and usage of the MONTH function in ActivityInfo.
Description
The MONTH function is used to obtain the numeric month value from a given Date.
Syntax
MONTH(date)
Argument | Required | Description |
---|---|---|
date | Yes | The date to obtain the month value from. The value must be a Date. |
Result
The numeric value of the month of the year.
Example
We will be using the MONTH function to obtain the month from a given Date value.
Arguments
We will be using the Date field "Dates" (with code "dates").

Formula
MONTH(dates)
Results
