You are here:
MONTH
Returns the month, a number from 1 (January) through 12 (December) in number format of a given date.
Use
MONTH(date) and replace
date with the field or expression for the date containing the month you want
returned.
MONTH(SLAExpirationDate__c) returns the month
that your service-level agreement expires. This example uses a custom date field called
SLA Expiration Date.
MONTH(TODAY()) returns the current month in a number
format. For example, the month of February would be the value “2.”

