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, \
moment('2000-01-01 00:00:00').millisecond(XXXXXX).format("HH:mm:ss")