I have 2 dates and an interval.
I need at least to generate a list of dates between given ones with a certain interval (step).
As a maximum I need to combine list of dates with list of items.
Please refer to the picture below.

I have 2 dates and an interval.
I need at least to generate a list of dates between given ones with a certain interval (step).
As a maximum I need to combine list of dates with list of items.
Please refer to the picture below.

Best answer by ebygomm
A DateTimeCalculator to calculate the number of intervals between the start date, a cloner using this value +1 to make copies and a second DateTimeCalculator to create the new dates
