hey folks, Im making a RFP
I’m using a date picker to pick a date range. but it outputs the starting date and ending date. any idea how to extract all the single days between them?
Example:
arrival: 5/23
departure: 5/26
that outputs just the arrival and departure, I want to save the days between too, (5/24 and 5/25).
Thanks