menu
htkc_utils package
documentation
hc_utils/hc_relative_date_format.dart
HcRelativeDateFormat
toMonths static method
toMonths static method
dark_mode
light_mode
toMonths
static method
num
toMonths
(
num
date
)
Implementation
static num toMonths(num date) { return toDays(date) / 30; }
htkc_utils package
documentation
hc_utils/hc_relative_date_format
HcRelativeDateFormat
toMonths static method
HcRelativeDateFormat class