I have 2 timestamps and i already calculated the time difference in minutes with moment plugin. Now i want to convert the minutes to HH:mm. What i am doing wrong? Answer Since you have not specified what is the error, I’m assuming you are leaving the dependencies required for duration method. The moment-duration-format depends on moment, so you should require
Tag: time-format
moment js time formatting with custom time format as inputs
input format can be, hh:mm OR hh OR hh:mm:ss OR hh:mm A/hh A/hh:mm:ss how it can be formatted on same inline as “hh:mm:ss A” format. How can we format using moment js. Or its not feasible input for moment js time formatting. Answer It is possible with the Format method DEMO