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