A convenient Intl.RelativeTimeFormat polyfill
A fully spec-compliant polyfill for 'Intl.RelativeTimeFormat'
Format duration between two dates using Intl.RelativeTimeFormat
A relative time formatter based on Intl.RelativeTimeFormat for JS and React
Simple function that recieves a Date object that is in the future or is in the past and gives back the relative time using Intl.RelativeTimeFormat('en', { numeric: 'auto' })