So I get how to add days to a date using a formula. For example a button that extends Due date by 30 days:
[Step 1 Task].[Due Date] + Days(30)
How do I accomplish the same when using Date Time Range for Start and End dates?
Add 30 days to date time range: Jul 1, 2021 00:00 → Jul 2, 2021 00:00
Oleg
2
Hi, @Jim_Larsson
Thanks for feedback. We are working on additional functions for operating with date range as well. It should be appeared in nearest future.
Thanks,
Aleh
3 Likes
Introducing DateRange(startDate, endDate)
, DateTimeRange(startDateTime, endDateTime)
, and some auxiliar functions:
And a guide on date ranges in Formulas as well.