Note: This statement is named Month Numeric in the Add Statement dialog box.
Returns a month integer based on the month name. January is 1, February is 2, etc.
Syntax
MonthNum("MonthName")
Arguments
| Argument | Description |
|---|---|
| MonthName | Month name. |
Return value
| Value | Description |
|---|---|
| Value | Integer that corresponds with the month name. |
Example
monthNumericValue = MonthNum("September")