Answers for "how to add 24 hours in moment().fromnnow()"

0

convert 24 hour to 12 hour moment js

moment("15", "hh").format('LT')
Posted by: Guest on May-15-2020
0

moment duratuion from hours

var k = moment.duration(12, 'hours');
Posted by: Guest on October-13-2020

Code answers related to "how to add 24 hours in moment().fromnnow()"

Code answers related to "Javascript"

Browse Popular Code Answers by Language