MONTH_NUM Name
MONTH_NUM
Purpose
This function returns the month number given the name.
Category
Calendar Calling Sequence
Result = MONTH_NUM( name )
Inputs
name: the name of the month. A text string at least three
characters long and at least the first three characters of the
months name. name can be an array of strings or a scalar
string.
Outputs
Result: The month's number (1-12). Returns -1 if the name of
the month does not match sufficiently to guarantee an answer.
Example
num = Month_Num('Aug')
Modification History
Written by: Edward C. Wiebe, 1999-10-14