pub fn without_date(
interval: Duration,
config: &DisplayConfigConstant,
text: &Text,
) -> Result<String, StringifyError>Expand description
Stringify an interval with a configurable format. Years and months cannot be included.
The default looks like “14 days, 6 hours and 56 minutes”.