monthFormat property
Date format string for the month/year header.
If current year: defaults to "MMMM"
Otherwise: defaults to "MMMM yyyy"
Example: "MMM yy" → "Jan 24"
Implementation
final String? monthFormat;
Date format string for the month/year header.
If current year: defaults to "MMMM"
Otherwise: defaults to "MMMM yyyy"
Example: "MMM yy" → "Jan 24"
final String? monthFormat;