A month number between 1 and 12.
Optional
maxLength: numberThe maximum length of the returned string. If not provided, the full name is returned.
if the provided month number is not a valid month.
monthNameEN(9) //=> 'September'
monthNameEN(9, 3) //=> 'Sep'
monthNameEN(9, 4) //=> 'Sept'
monthNameDA(5, 4) //=> 'May' // The full name is not long enough to be shortened.
Generated using TypeDoc
Returns the name, in English language, of the month corresponding to the provided month number.