hhmmadoMMMMyyyy property

String hhmmadoMMMMyyyy

Converts the given DateTime object to a formatted variant. Example: 12:00pm - Fri the 5th of March

Implementation

String get hhmmadoMMMMyyyy => Jiffy.parseFromDateTime(this).format(pattern: _hhmmadoMMMMyyyyJiffyPattern);