localized static method
Format localized (requires Intl locale setup).
Implementation
static String localized(
DateTime date,
String locale, {
String pattern = 'yMMMMd',
}) {
return DateFormat(pattern, locale).format(date);
}
Format localized (requires Intl locale setup).
static String localized(
DateTime date,
String locale, {
String pattern = 'yMMMMd',
}) {
return DateFormat(pattern, locale).format(date);
}