Is there a way to get all the dates of the current week?
For example today is 11/22/2021.
So I need an array of
["11/21/2021", "11/22/20201", "11/23/2021", "11/24/2021", "11/25/2021", "11/26/2021", "11/27/2021"]
Also this array needs to be consistent for the entire week until it is Sunday, then it will create a new array.