Get list of dates

0
Hello there, I need to get all dates between start and end date in list . Is there anyone have an idea how to do that?
asked
1 answers
0

Hi ,

You Can create your own Custom Java Action to do this 

Ref: https://stackoverflow.com/questions/2689379/how-to-get-a-list-of-dates-between-two-dates-in-java

answered