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