JavaScript Текущая дата добавить 30 дней

var future = new Date();
future.setDate(future.getDate() + 30);
Crowded Caiman