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