I don't find any docs about it on moment.js website. I need to calculate difference from 2 duration time (not dates). For example:
27:10 - 7:20 = 19:50
where 27 is hours (can be bigger than 24h of a day) and 10 is minutes.
I see moment.js can operatore only with dates?