formatAsyMMMMd method

String formatAsyMMMMd([
  1. String? locale
])

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

Implementation

String formatAsyMMMMd([String? locale]) =>
    DateFormat.yMMMMd(locale).format(this);