Data atual do JavaScript Adicionar 30 dias

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