Solved

Generate list from given dates and interval

  • 25 September 2019
  • 2 replies
  • 9 views

Badge

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.

icon

Best answer by ebygomm 25 September 2019, 08:48

View original

2 replies

Badge +10

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

Badge

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

Thank you @egomm. Works fine.

Reply