formatMonth static method

String formatMonth(
  1. DateTime d
)

Implementation

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