menu
shared_component package
documentation
utils/date_utils.dart
AppDateUtils
getMonthName static method
getMonthName static method
dark_mode
light_mode
getMonthName
static method
String
getMonthName
(
DateTime
date
)
Implementation
static String getMonthName(DateTime date) { return DateFormat('MMMM').format(date); }
shared_component package
documentation
utils/date_utils
AppDateUtils
getMonthName static method
AppDateUtils class