Nowa data () w JavaScript za 3 dni

var dt = new Date();
dt.setDate(dt.getDate() + 3);
Thoughtful Tuatara