Formats the DateTime object using the QQQQ format and optional locale.
String formatAsQQQQ([String? locale]) => DateFormat.QQQQ(locale).format(this);