menu
hubble_core package
documentation
utils/date/to_string.dart
getShortMonthText function
getShortMonthText function
dark_mode
light_mode
getShortMonthText
function
String
getShortMonthText
(
int
month
)
Implementation
String getShortMonthText(int month) { return _monthToShortText[month] ?? ''; }
hubble_core package
documentation
utils/date/to_string
getShortMonthText function
to_string library