formatHrMinSec12 property

String get formatHrMinSec12

Returns a string representation of this date with the format HH:mm in 12 hour format.

Example: DateTime.now().formatHrMinSec12 -> 12:34:56 PM.

Implementation

String get formatHrMinSec12 => format('HH:mm:ss a');