Template:ConvMonthNumber
From A KoL Wiki
Convert a text month to the numeric equivalent. Template:Moons determines the
weird numbering. If a second parameter is "Gregorian" it computes a Gregorian Month to number conversion.
e.g. {{ConvMonthNumber|Boozember}} returns 3
{{ConvMonthNumber|June|Gregorian}} returns 6
A second parameter is necessary as "April" appears on both calendars, i.e. {{ConvMonthNumber|April}} is 8 while {{ConvMonthNumber|April|Gregorian}} is 4