formatAsMMM method

String formatAsMMM([
  1. String? locale
])

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

Implementation

String formatAsMMM([String? locale]) => DateFormat.MMM(locale).format(this);