Please help me.....
On the web there is only tommorows date not day afters. I am not able to get the date.
Like @Bravo already mentioned:
const d=new Date(); d.setDate(d.getDate()+2); console.log(d.toLocaleString("en-uk").slice(0,10))