JavaScript Tanggal Saat Ini Tambahkan 30 Hari

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