I'm using the Fetch Predicate in the IB to filter our the default result return from Core Data and I'm actually looking for some like this:
dateCreated < YESTERDAY
where "YESTERDAY" is supposed to be a nsdate constant for yesterday so that all my result return is before yesterday.
This didn't work. And some searching didn't turn up anything related to this so I'm wondering what I want to do here is possible.