MicroStrategy ONE
Month
Returns the number of the month in the year of the input date. The return value is an integer between 1 and 12.
Syntax
Month(
Argument
)
Where:
Argument
is a metric representing a list of dates.
For information on whether your database supports various date and time functions, see MicroStrategy and Database Support for Functions.
Example
Input is the date 5/16/2003
; output is the integer 5
.
Input is the date 2003/9/3
; output is the integer 9
.