I currently have a start date (2019-11-30) and a end date (2019-12-7). How do I list out all the dates in between and put them into an array?
I want to store it in this format in the array:
["2019-11-30", "2019-11-31", "2019-12-1", "2019-12-2", "2019-12-3", "2019-12-4", "2019-11-5"];