Formats a relative time between two dates using the given locale and options. Wraps Intl.RelativeTimeFormat but selects the locale automatically based on the user's locale.
Intl.RelativeTimeFormat
The date to format.
The date to compare to.
The options to pass to Intl.RelativeTimeFormat.
Formats a relative time between two dates using the given locale and options. Wraps
Intl.RelativeTimeFormatbut selects the locale automatically based on the user's locale.