menu
infobits_calendar package
documentation
calendar_text.dart
CalendarTextMonths
month method
month method
dark_mode
light_mode
month
method
String
month
(
DateTime
date
)
Implementation
String month(DateTime date) { return byNum(date.month); }
infobits_calendar package
documentation
calendar_text
CalendarTextMonths
month method
CalendarTextMonths class