-
Notifications
You must be signed in to change notification settings - Fork 154
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
(feature) Add moment-duration-format dependency #164
Comments
+1 was just looking for this! |
Any possibility for this or maybe a work around |
+1 it will be so helpful |
+1 |
2 similar comments
+1 |
+1 |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Did you search for duplicate issue? Yes
I would like to use the moment-duration-format library with this package. It looks like the
amDuration
pipe humanizes the duration, and I need more control over the output than what it provides.I am thinking of a use case like
{{ 5000 | amParseDuration | amDurationFormat:'mm:ss' }}
which would print the output00:05
.moment.duration()
also supports some other parsing methods that could be included as well.The text was updated successfully, but these errors were encountered: