Open Wulfheart opened 1 year ago
Thanks for the issue! I think we could add largestUnit
& smallestUnit
properties which map to the Duration format. This could replace precision
also.
Oh. This would be really cool. Are you open for a PR on this?
We need some architectural changes to support this before we move forward; right now the Duration ponyfill does not support round()
which I think would be the first step toward making this a reality.
Hello,
I would like to display some dates relatively to now. However, I want to display it at max days, no weeks, months, years, etc. Is this somehow possible? I only found the precision which works vice versa. I think it is possible as the docs/cheatsheets in the readme show some things like "in 30 day" but for me this only gives things like "next week" or "next month".
Codepen: https://codepen.io/wulfheart/pen/oNPxVKK
Thank you in advance.