formkit / tempo

📆 Parse, format, manipulate, and internationalize dates and times in JavaScript and TypeScript.
https://tempo.formkit.com
MIT License
2.37k stars 33 forks source link

Feature Request : Duration format #62

Open peter-emad99 opened 4 months ago

peter-emad99 commented 4 months ago

would be nice to provide bi-directional duration formatting and parsing .. the behavior would be similar to Intl.DurationFormat ( still experimental )

SeanLuis commented 3 months ago

would be nice to provide bi-directional duration formatting and parsing .. the behavior would be similar to Intl.DurationFormat ( still experimental )

Hello, I recently added a PR covering your request, I hope it is reviewed and if it is viable mixed with the project. Check this out PR: https://github.com/formkit/tempo/pull/66