formatAsyMMMd method

String formatAsyMMMd([
  1. String? locale
])

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

Implementation

String formatAsyMMMd([String? locale]) =>
    DateFormat.yMMMd(locale).format(this);