IntExtension extension

IntExtension is an extension method on the int class that provides additional functionality for working with months and weeks.

on

Methods

getMonthName({bool isShort = false}) String
Extension method to get the name of a month from a given number.
getWeekName({bool isShort = false}) String
Extension method to get the name of a week from a given number.