dateFormatMonthYear function
Date formatter with year and abbreviated month.
Implementation
DateFormat dateFormatMonthYear(BuildContext context) =>
DateFormat.yMMM(locale(context));
Date formatter with year and abbreviated month.
DateFormat dateFormatMonthYear(BuildContext context) =>
DateFormat.yMMM(locale(context));