Template:MONTHNAME
Jump to navigation
Jump to search
Missing required parameter month
The following template description is not displayed when the template is inserted in an article.
Goal
This template will convert input to the full English name of the month.
Usage
{{MONTHNAME|month}}
- month
- Input to be converted to a month number. The template is case insensitive. Valid inputs are:
- Full month names (January..December)
- Three letter abbreviations of month names (Jan..Dec)
- Integer numbers, positive and negative
- Decimal numbers, positive and negative
Examples
{{MONTHNAME|January}}
January
{{MONTHNAME|Feb}}
February
{{MONTHNAME|3}}
March
{{MONTHNAME|-8}}
April
{{MONTHNAME|5.3}}
May
{{MONTHNAME|-5.3}}
June
Related templates
- {{MONTHNUMBER}}