day abstract method

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

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

Implementation

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