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