getFormatDuration()
Formats a duration either from milliseconds or between two dates.
Example:
ts
getFormatDuration(ms(2, 'hour') + ms(15, 'min'));Formats a duration either from milliseconds or between two dates.
Example:
getFormatDuration(ms(2, 'hour') + ms(15, 'min'));