Template:MONTHNAME
Appearance
The MONTHNAME template returns the full name of the month whose index, part name, or full name is given.
Syntax
|1=- the month to get
Examples
| Code | Result |
|---|---|
{{MONTHNAME|1}} |
January |
{{MONTHNAME|8}} |
August |
{{MONTHNAME|11}} |
November |
{{MONTHNAME|04}} |
April |
{{MONTHNAME|FEBRUARY}} |
February |
{{MONTHNAME|mar}} |
March |
{{MONTHNAME|jul}} |
July |