month abstract method

String month(
  1. int amount, [
  2. bool abbreviated = true
])

Print amount month for the corresponding locale. The unit is abbreviated if abbreviated is set to true.

Implementation

String month(int amount, [bool abbreviated = true]);