formatAsQQQQ method

String formatAsQQQQ([
  1. String? locale
])

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

Implementation

String formatAsQQQQ([String? locale]) => DateFormat.QQQQ(locale).format(this);