Return the days between 2 date fields in a list
Hello,
I have two date fields "From" and "To"
I would like to return a list with the dates between these 2 fields.
How can i do it?
Example:
From: "15/9/2019"
To: "18/9/2019"
List: {15/9/2019, 16/9/2019, 17/9/2019, 18/9/2019}