Function CtoMonth() Foundation

Converts a month name to its corresponding number.

Syntax
CtoMonth( <cMonthName> ;
        ) --> nMonth
Return

Returns a numeric value between 1 and 12 or 0 if an invalid month name was specified.

Description

This function is language specific.

<cMonthName>

A string containing the name of a month. It can be abbreviated and case is ignored.

Feedback

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.