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