yMd property

String get yMd

Returns this DateTime formatted in yMd format.

Implementation

String get yMd => DateFormat.yMd().format(this);