menu
flutter_common_helper package
documentation
helpers/date_helper.dart
DateHelper
formatMonth static method
formatMonth static method
dark_mode
light_mode
formatMonth
static method
String
formatMonth
(
DateTime
date
)
Implementation
static String formatMonth(DateTime date) { return month.format(date.toLocal()); }
flutter_common_helper package
documentation
helpers/date_helper
DateHelper
formatMonth static method
DateHelper class