How many weekdays between two dates
Hello, I'm starting to learn Objective-C and I'm doing the first experiments. In particular,I'm starting to build applications that work with dates. Thanks to Apple's guides areable to understand how to calculate the days between two dates, but now I want to extend the capabilities of the application. In particular I would like that given time interval, and the number of days you could know how many Mondays, Tuesdays, and so we are. I searched far and wide but I can not find anything about it. At most I could get the number of days of the week for a specified day. Can anyone help me? Thank you.