menu
saropa_dart_utils package
documentation
datetime/date_constants.dart
MonthUtils
getMonthLongName static method
getMonthLongName static method
dark_mode
light_mode
getMonthLongName
static method
String
?
getMonthLongName
(
int
month
)
Gets the full name of a month.
Implementation
static String? getMonthLongName(int month) => monthLongNames[month];
saropa_dart_utils package
documentation
datetime/date_constants
MonthUtils
getMonthLongName static method
MonthUtils class