yearAndFullMonth constant

DateFormatItem const yearAndFullMonth

Implementation

static const DateFormatItem yearAndFullMonth = DateFormatItem(
  pattern: 'yyyy MMMM',
  description: 'Year and Full Month',
);