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