Formats a duration (in milliseconds) to a more user friendly string eg 1h 30m or 1t 29m 15s.
Can be configured to output full units, eg 1 hour 30 minutes or 1 hour 3 minutes 15 seconds.
Uses the current locale, which also applies to the division of units.
Formats a duration (in milliseconds) to a more user friendly string eg
1h 30m
or1t 29m 15s
. Can be configured to output full units, eg1 hour 30 minutes
or1 hour 3 minutes 15 seconds
. Uses the current locale, which also applies to the division of units.