formatASyQQQ method

String formatASyQQQ([
  1. String? locale
])

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

Implementation

String formatASyQQQ([String? locale]) => DateFormat.yQQQ(locale).format(this);