how to display the date for 5 different days using moment.js code example
Example: moment js add day
var new_date = moment(startdate, "DD-MM-YYYY").add(5, 'days');
var new_date = moment(startdate, "DD-MM-YYYY").add(5, 'days');