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