date-fns / date-fns.org

🏡 date-fns website 🌈
https://date-fns.org
MIT License
55 stars 32 forks source link

`formatDistance` not working as it does in the example #190

Closed Andrew1431 closed 3 years ago

Andrew1431 commented 3 years ago

image

Andrew1431 commented 3 years ago

image

tan75 commented 3 years ago

Hi @Andrew1431 could you please provide the URL of the doc page you are referring to? The mentioned function should work as follows (with {addSuffix: true}):

_.formatDistance( _.subDays(new Date(), 3),new Date(),  {addSuffix: true})
// => "3 days ago"
Andrew1431 commented 3 years ago

https://date-fns.org/ its a front page example! But thanks, addSuffix is great :)

tan75 commented 3 years ago

@Andrew1431 Thanks for pointing this out and apologies for the confusion. We will fix it shortly!