Summary
Given the name of a month, returns the number of that month; or given the number of a month, returns its name in English.
Parameters
MonthNum | ||
---|---|---|
Parâmetero | Escopo | Descrição |
1 |
required | Name, or abbreviation, of the month to process. |
Examples
{{MonthNum|March}}
3
{{MonthNum|Nov}}
11
{{MonthNum|4}}
April