-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Converting to ISO 8601 standard duration format #519
Comments
Seems Duplicate of #414 ? Or, more detail please? |
Maybe we need a |
We had the same issue and ended up using ISO8601-duration (tested, pretty small, no dependencies) for that format parse and calculations. |
@mariomc Thanks mate. But it looks like it does the opposite thing for what I need. |
#564 todo: Duration plugin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi 👋🏼,
First of all, thank you for this great library :)
I couldn't find a way to convert the minutes or hours to ISO 8601 duration format.
For example:
With moment.js I can do;
Couldn't find a way to do the same thing in dayjs.
Any suggestions?
The text was updated successfully, but these errors were encountered: