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