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