Implement this interface to create a new strategy for DateOnly.Humanize and hook it in the Configurator.DateOnlyHumanizeStrategy
public interface IDateOnlyHumanizeStrategyDerived
↳ DefaultDateOnlyHumanizeStrategy
↳ PrecisionDateOnlyHumanizeStrategy
Calculates the distance of time in words between two provided dates used for DateOnly.Humanize
string Humanize(System.DateOnly input, System.DateOnly comparisonBase, System.Globalization.CultureInfo? culture);input System.DateOnly
comparisonBase System.DateOnly
culture System.Globalization.CultureInfo