I am new to Momentjs. I am trying to use it to convert milliseconds to hours and minutes. Below, x is milliseconds
x = 433276000 var y = moment.duration(x, \
Using the moment-duration-format plugin:
moment.duration(ms).format("h:mm")