Re: How do I compare two NSDates using NSPredicate Core Data

2010-04-12 Thread Jeffrey Oleander
Subject: Re: How do I compare two NSDates using NSPredicate Core Data To: Sean McBride s...@rogue-research.com Cc: Cocoa-dev@lists.apple.com Date: Friday, 2010 April 9, 12:52 On 2010 Apr 5, at 19:02, Sean McBride wrote: On Sun, 2010 Apr 04 23:15:16 -0400, Michael A. Crawford said: Thus far I've

Re: How do I compare two NSDates using NSPredicate Core Data

2010-04-12 Thread Jens Alfke
On Apr 12, 2010, at 9:35 AM, Jeffrey Oleander wrote: A date-time is a date-time, regardless of how it is displayed or entered or obtained from the system. The whole purpose of the NSDate object is to allow easy comparison, and determination of intervals by subtraction... Yup. An NSDate is

Re: How do I compare two NSDates using NSPredicate Core Data

2010-04-09 Thread Ashley Clark
On Apr 5, 2010, at 7:02 PM, Sean McBride wrote: On Sun, 4 Apr 2010 23:15:16 -0400, Michael A. Crawford said: Thus far I've gotten away with using -predicateWithFormat and scalar values. I now need to compare a couple of NSDate instances but am not sure how to code it up with NSPredicate.

Re: How do I compare two NSDates using NSPredicate Core Data

2010-04-09 Thread Sean McBride
On Fri, 9 Apr 2010 12:52:21 -0500, Ashley Clark said: Thus far I've gotten away with using -predicateWithFormat and scalar values. I now need to compare a couple of NSDate instances but am not sure how to code it up with NSPredicate. Consider me a 'visual' learner. I'm pretty sure you can

Re: How do I compare two NSDates using NSPredicate Core Data

2010-04-05 Thread Sean McBride
On Sun, 4 Apr 2010 23:15:16 -0400, Michael A. Crawford said: Thus far I've gotten away with using -predicateWithFormat and scalar values. I now need to compare a couple of NSDate instances but am not sure how to code it up with NSPredicate. Consider me a 'visual' learner. I'm pretty sure you

How do I compare two NSDates using NSPredicate Core Data

2010-04-04 Thread Michael A. Crawford
Thus far I've gotten away with using -predicateWithFormat and scalar values. I now need to compare a couple of NSDate instances but am not sure how to code it up with NSPredicate. Consider me a 'visual' learner. -Michael ___ Cocoa-dev mailing list