formatAsyQQQQ method

String formatAsyQQQQ([
  1. String? locale
])

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

Implementation

String formatAsyQQQQ([String? locale]) =>
    DateFormat.yQQQQ(locale).format(this);