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