hello I have a contract table that has a start and end date. I need to generate a calendar between the smallest start date and the largest end date of a table. Then make a for loop where I get each contract and its start/end dates, and from my calendar get the dates that are between them. How can I do this?