MONTH
MONTH returns a numeric value for the month in a given date string.
This function is valid in both rules and TurboIntegrator processes.
Syntax
MONTH(date)
Argument |
Description |
---|---|
date |
A date string in either YY-MM-DD or YYYY-MM-DD format. |
Example
MONTH('02-05-25') returns 5.