formatAsyMMMM method

String formatAsyMMMM([
  1. String? locale
])

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

Implementation

String formatAsyMMMM([String? locale]) =>
    DateFormat.yMMMM(locale).format(this);