formatAsyMMMEd method

String formatAsyMMMEd([
  1. String? locale
])

Formats the DateTime object using the yMMMEd format and optional locale.

Implementation

String formatAsyMMMEd([String? locale]) =>
    DateFormat.yMMMEd(locale).format(this);