Hi,
I have following problem: I need to create an NSMutabeArray with every weekday after a specific date.
This should look like:
- Thursday 28 october 2010
- Thursday 04 october 2010
- Thursday 11 october 2010
- ...
How can I do that? I think it has something to do with NSCalendar, but I can't find the right solution... Could you help me?
Thank you in advance
FFraenz