I want to get some days between a given range of dates. What would be an optimal solution for this? For example, I want to get all Monday, Wednesday and Thursday dates from toda
Calculate the number of weeks between x and y, and take x's weekday into account.