monthName method

String monthName([
  1. string? locale
])

Get Month

Returns month string in the format January, February etc

Implementation

String monthName([string? locale]) => DateUtils.month(month, locale);