I was looking for an item that gives a date +1, and i found Populate Date or Date + 1, but this is not working.
I have a column with a starte date 13-07-19 tha will be filled in with a type command, now i want the end date of the day +1, so 14-07-19
Any suggestions?
Thanks for the reply, it works.
I only changed the d.FullYear()+"-"+m+"-"+d.getDate to m=d.getDate()+"-"+m+"-"+d.getFullYear, because of the european time notation.