Hello,
I have 2 date pickers: from and to. I want a new entry in a SharePoint list to be created for these two dates and the dates in between as soon as I click on a button.
For example:
from = 11/27/2023
until = 12/08/2023
If I now click the button, a separate entry should be created in a sharepoint list for the dates 11/27/2023, 11/28/2023, 11/29/2023, 11/30/2023, 12/01/2023, 12/04/2023, 12/05/2023, 12/06/2023, 12/07/2023, 12/08/2023 Saturdays and Sundays should be excluded.
Is this possible?
Thank you