I'm trying to get a range of dates as a new features.
For ex: if the date range is 02/01/2018 - 02/06/2018, Output features has to be like
02/01/2018,
02/02/2018,
02/03/2018,
02/04/2018,
02/05/2018,
02/06/2018
Any thoughts please? Thank You
I'm trying to get a range of dates as a new features.
For ex: if the date range is 02/01/2018 - 02/06/2018, Output features has to be like
02/01/2018,
02/02/2018,
02/03/2018,
02/04/2018,
02/05/2018,
02/06/2018
Any thoughts please? Thank You
Best answer by erik_jan
If you start with a parameter having the number of dates in the range and one for statdate:
Creator for a dummy object.
Cloner to create as many objects as dates in the range.
DateCalcukator to add a number of days using the _copynum from the cloner to the startdate.
And output the resulting dates.