Function CtoMonth() Foundation
Converts a month name to its corresponding number.
CtoMonth( <cMonthName> ;
) --> nMonth
Returns a numeric value between 1 and 12 or 0 if an invalid month name was specified.
This function is language specific.
<cMonthName>
A string containing the name of a month. It can be abbreviated and case is ignored.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.