On Fri, Aug 10, 2012 at 8:42 AM, Keary Suska <cocoa-...@esoteritech.com> wrote: >
> Where in the predicate formatting guide > (https://developer.apple.com/library/mac/#documentation/Cocoa/Conceptual/Predicates/predicates.html) > does it show that your syntax is in any way valid? Well, it talks about using the greater than comparator in the Using Predicates section: NSDate *referenceDate = [NSDate dateWithTimeIntervalSince1970:0]; NSPredicate *predicate = [NSPredicate predicateWithFormat:@"birthday > %@", referenceDate]; - Koen. _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com