IntExtension extension
Extension on int providing additional functionality for working with months and weeks.
- on
Methods
-
getMonthName(
{bool isShort = false}) → String -
Available on int, provided by the IntExtension extension
Returns the name of a month corresponding to the integer value. -
getWeekName(
{bool isShort = false}) → String -
Available on int, provided by the IntExtension extension
Returns the name of a week day corresponding to the integer value.