Is there a solution for parsing ISO_8601 duration? #3292
Unanswered
milanmilosev
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I am working on some technical debt tickets, replacing Moment.js with Date FNS.
Everything went straight forward till I came to the moment where I needed to parse Duration ISO_8601
I found
formatISODuration
method, but is there anything that can be used for parsing duration?This is Moment js solution:
Many thanks
Beta Was this translation helpful? Give feedback.
All reactions