Loading
Prepare for Email to Become the Default Login ExperienceRead More
Ongoing maintenance for Salesforce HelpRead More
Extend Salesforce with Clicks, Not Code
MONTH

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.

SLA Expiration Example
SLA Expiration Example

MONTH(SLAExpirationDate__c) returns the month that your service-level agreement expires. This example uses a custom date field called SLA Expiration Date.

Current Month Example
Current Month Example

MONTH(TODAY()) returns the current month in a number format. For example, the month of February would be the value “2.”

 
Loading
Salesforce Help | Article