menu
mink_utils package
documentation
conversion_utils.dart
DateTimeToHumanReadable
hhmm property
hhmm property
dark_mode
light_mode
hhmm
property
String
get
hhmm
Implementation
String get hhmm => "$hour:${twoDigits(minute.remainder(60))}";
mink_utils package
documentation
conversion_utils
DateTimeToHumanReadable
hhmm property
DateTimeToHumanReadable extension on
DateTime