SyntaxdateAdd(date, number, text)date.dateAdd(number, text)ExamplesdateAdd(now(), 1, "days")now().dateAdd(1, "year") Example 1Example 2 Jul 11, 2025 04:10 PMJul 11, 2025 04:10 PM More ExamplesCommon UsesTemplates Using More InfodateAdd · Notion Formulas · Ben SmithAdds time to the date. The unit argument can be one of: "years", "quarters", "months", "weeks", "days", "hours", or "minutes".https://www.bensomething.com/notion/formulas/functions/dateadd