monthFormat property

String? monthFormat
final

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;