1

I have NSDate object and I need to find from a NSArray (that has nsdate objects) all objects that have the same month and year.

user426132
  • 1,341
  • 4
  • 13
  • 28

1 Answers1

0

This earlier answer shows you how to get the month and day information. You can use it to do what you are asking:

NSDate get year/month/day

Community
  • 1
  • 1
whitehawk
  • 2,429
  • 29
  • 33