formatMonth method

String formatMonth (DateTime d)

Returns a formatted string in the Tempus.monthFormat format

Implementation

static String formatMonth(DateTime d) =>
    new DateFormat(_monthFormat).format(d);