You use the Date2Num and the Num2Date functions to achieve this. So you would take your start date (say in a field called start) and turn it into a number like this:var currentDate = Date2Num(start.formattedValue, "DD/MM/YYYY") //in whatever date format you usedthen you add 1 to your number for the ...