formatHrMin24 property
String
get
formatHrMin24
Returns a string representation of this date with the format
HH:mm in 24 hour format.
Example: DateTime.now().formatHrMin24 -> 15:34.
Implementation
String get formatHrMin24 => format('hh:mm');