Increment Date by a factor specified in the column

There can be a negative or positive increment factor. Would my best bet be using a Java Snippet or is there a node that simplifies that process?

Date Increment factor
2019-02-27T00:00 -2
2019-03-28T00:00 -2
2019-04-29T00:00 2
2019-05-30T00:00 5
2019-06-27T00:00 6
2019-07-30T00:00 3
2019-08-29T00:00 1

Hi. What do you want to calculate?
month + Increment factor?
day + Increment factor?

3 Likes

Increment by day is what I am looking for.

Use the “Date&Time Shift” node and configure like follows with your column names instead…

5 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.