dmtrKovalenko / date-io

Abstraction over common javascript date management libraries
MIT License
726 stars 90 forks source link

"fromNow / toRelative / formatDistance" Support #586

Closed amerryma closed 3 years ago

amerryma commented 3 years ago

Will there be planned support for the "4 days ago" type formatting for dates?

Most of the libraries do this, but their interfaces are different:

Date Library Method
luxon toRelative
date-fns formatDistance
moment fromNow
dmtrKovalenko commented 3 years ago

Unsure about this, it's not really easy because for dayjs it requires additional plug-in and for Luxon Intl Relative time is not supported in non-chrome edge for example.

I think if you need this -- it's the perfect example where extension of interface will fit perfectly.

dmtrKovalenko commented 3 years ago

Closing this for now