Answers for "moment duration format minutes"

1

moment calculate duration

moment
 .duration(moment(endTime, 'YYYY/MM/DD HH:mm')
 .diff(moment(startTime, 'YYYY/MM/DD HH:mm'))
 ).asHours()
Posted by: Guest on February-26-2021
3

moment hour minute

moment().format('HH:mm:ss')
Posted by: Guest on January-12-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language