formatAsyMMMMEEEEd method

String formatAsyMMMMEEEEd([
  1. String? locale
])

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

Implementation

String formatAsyMMMMEEEEd([String? locale]) =>
    DateFormat.yMMMMEEEEd(locale).format(this);