Predicate for comparing the month component of a Core Data date attribute
Posted
by JK
on Stack Overflow
See other posts from Stack Overflow
or by JK
Published on 2010-05-29T15:01:53Z
Indexed on
2010/05/29
15:12 UTC
Read the original article
Hit count: 213
I have a Core Data entity which has a date attribute. I would like to write a predicate to extract all dates within a specific month, e.g. July, irrespective of year. How can this be achieved? Thanks
© Stack Overflow or respective owner