formatMonth method
Returns a formatted string in the Tempus.monthFormat format
Implementation
static String formatMonth(DateTime d) => new DateFormat(_monthFormat).format(d);
Returns a formatted string in the Tempus.monthFormat format
static String formatMonth(DateTime d) => new DateFormat(_monthFormat).format(d);