MONTH
Last updated
Was this helpful?
The MONTH function extracts the month from an input date. The input date should be in MM/DD/YYYY format. Node references are also accepted as arguments.
month(date)date - The date which is passed as input to the function.
Date
MONTH('3/21/2023')Returns 3.

Last updated
Was this helpful?
Was this helpful?