I have an Array of custom objects. Say the object is called A and this has a property called timestamp.(This is of NSDate type.)
Now I need to get the objects A filtered in different arrays for (MOnth and Year as unique key).
I have been trying to use predicates but unable to figure out how to put it on date objects.
You can look at the image below to see where exactly I need to use it...
EDIT: Removing image.