yQQQQ method
Format date with DateFormat.yQQQQ intl format
Implementation
String yQQQQ(BuildContext context) =>
_format(context, (locale) => DateFormat.yQQQQ(locale));
Format date with DateFormat.yQQQQ intl format
String yQQQQ(BuildContext context) =>
_format(context, (locale) => DateFormat.yQQQQ(locale));