menu
lunar package
documentation
calendar/Lunar.dart
Lunar
getMonthInChinese method
getMonthInChinese method
dark_mode
light_mode
getMonthInChinese
method
String
getMonthInChinese
(
)
Implementation
String getMonthInChinese() => (_month < 0 ? '闰' : '') + LunarUtil.MONTH[_month.abs()];
lunar package
documentation
calendar/Lunar
Lunar
getMonthInChinese method
Lunar class