formatAsyMMM method

String formatAsyMMM([
  1. String? locale
])

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

Implementation

String formatAsyMMM([String? locale]) => DateFormat.yMMM(locale).format(this);