dateFormatAbbreviatedMonthDay function

DateFormat dateFormatAbbreviatedMonthDay(
  1. BuildContext context
)

Date formatter with abbreviated month and day.

Implementation

DateFormat dateFormatAbbreviatedMonthDay(BuildContext context) =>
    DateFormat.MMMd(locale(context));