date in javascript after 5 days code example Example: new date() in javascript 3 days from now var dt = new Date(); dt.setDate(dt.getDate() + 3);