Skip to main content
Workday User Guide
Last Updated: 2023-06-23
MONTH

MONTH

Description

Returns an integer from 1 to 12 representing the month portion of a specified date.

Syntax

MONTH(
date
)
  • date
    : The date to get the month value from. Workday recommends entering a serial date or using a cell reference to specify the date instead of entering the date, to ensure reliable results.

Example

Formula
Result
=MONTH("08/15/2016")
8