I would like get a range of dates from a number gave and a date specified
For exemplo, the initial date is 19/08/2020, so I have a number 6, then i would like receive
(19/08/2020, 19/09/2020, 19/10/2020, 19/11/2020, 19/12/2020, 19/01/2021) is there any block that do range of dates?
Use the clock component and some logic for that, use the add months block of clock component and for the number of days to add use a for each number block, suppose you want to add 5 days then in the ‘to’ paramter in for each number block to 5 and in the add month block, set quantity to number of for each number block
These are expiration dates. Period of 30 30 days. Remember that some months have 28,29,30 and 31 days. So the date should vary (19, 18 …) If there is no such concern, then increase the months from 1 to N and check the change of year if it is month = 12.