how to add 24 hours in moment().fromnnow() code example
Example 1: convert 24 hour to 12 hour moment js
moment("15", "hh").format('LT')
Example 2: moment duratuion from hours
var k = moment.duration(12, 'hours');
moment("15", "hh").format('LT')
var k = moment.duration(12, 'hours');