Description | The |
Syntax | MONTH( |
Output | integer |
Variables
date
: The date or datetime from which you want to extract the month component.
Example
MONTH(`Sale Date`)
Transaction | Sale Date | MONTH |
Transaction A | 2023-10-09 | 9 |
Transaction B | 2023-25-08 | 8 |
Transaction C | 2023-01-09 | 9 |