You can add days to a date by specifying "days" as the term in the ADD function.Syntax: add(number_of_days, "days") Example usage: TODAY().add(30,"days") Inputdate.add(5,"days")
You can add months to a date by specifying "months" as the term in the ADD function.Syntax: add(number_of_months, "months") Example usage: TODAY().add(6,"months") Inputdate.add(3,"months")
You can add years to a date by specifying "years" as the term in the ADD function.Syntax: add(number_of_years, "years") Example usage: TODAY().add(1,"years") Inputdate.add(2,"years")
Click Submit to finish.
To use this feature, you need our Gsuite addon. Install this addon to customize Google Forms.
Try It Free