Re: Core Data, NSPredicate, and NSDates
Re: Core Data, NSPredicate, and NSDates
- Subject: Re: Core Data, NSPredicate, and NSDates
- From: apparao <email@hidden>
- Date: Wed, 25 Jul 2007 19:22:22 +0530
I worked on Core data few months back.
Just try with NSPredicate *predicate = [NSPredicate
predicateWithFormat:@"dueDate = %@", [NSCalendarDate date]];
On 25-Jul-07, at 6:55 PM, Kevin wrote:
NSPredicate *predicate = [NSPredicate predicateWithFormat:@"dueDate
= %@", [NSDate date]];
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden