MicroStrategy ONE
DayofMonth
Returns a number corresponding to the day of the month of the date provided. The value returned is an integer between 1 and 31.
Syntax
DayofMonth(
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 7/11/2002
; output is the integer 11
.
Input is the date 2003/10/10
; output is the integer 10
.