month method

String month(
  1. DateTime date
)

Implementation

String month(DateTime date) {
  return byNum(date.month);
}