Hi there,
The code below displays / outputs a list all dates between a specified starting and ending date input by the user.
However, I'm having a bit of trouble only listing WORKDAYS (Monday through Friday).
An added BONUS would be to also eliminate Holidays from the list.
Any advice or...