add days in moment code example
Example 1: moment add 30 days
moment().add(30, 'days');
Example 2: add days in mome
// to add 5 days to a date
var new_date = moment().add(5, 'days');
moment().add(30, 'days');
// to add 5 days to a date
var new_date = moment().add(5, 'days');