menu
mink_utils package
documentation
conversion_utils.dart
DateTimeToHumanReadable
humanReadable method
humanReadable method
dark_mode
light_mode
humanReadable
method
String
humanReadable
(
)
Implementation
String humanReadable() => "$hour:${twoDigits(minute)}:${twoDigits(second)}";
mink_utils package
documentation
conversion_utils
DateTimeToHumanReadable
humanReadable method
DateTimeToHumanReadable extension on
DateTime