Re: NSPredicateEditor and date comparisons

2008-12-07 Thread Chris Idou
TECTED]> > Subject: Re: NSPredicateEditor and date comparisons > To: cocoa-dev@lists.apple.com > Received: Sunday, 7 December, 2008, 6:16 PM > I remember, way long ago in the past, having to supply a > time component to go with a date component - otherwise some > seemingly "random&qu

Re: NSPredicateEditor and date comparisons

2008-12-07 Thread jmunson
t; wrote: From: Josh Abernathy <[EMAIL PROTECTED]> Subject: Re: NSPredicateEditor and date comparisons To: [EMAIL PROTECTED] Cc: "Cocoa-Dev List" Received: Sunday, 7 December, 2008, 5:00 PM Ah, yes, that would be the more accurate way to explain it. I have an NSDatePicker in my NSPredic

Re: NSPredicateEditor and date comparisons

2008-12-07 Thread Chris Idou
u ran the program? --- On Sun, 7/12/08, Josh Abernathy <[EMAIL PROTECTED]> wrote: > From: Josh Abernathy <[EMAIL PROTECTED]> > Subject: Re: NSPredicateEditor and date comparisons > To: [EMAIL PROTECTED] > Cc: "Cocoa-Dev List" > Received: Sunday, 7 December,

Re: NSPredicateEditor and date comparisons

2008-12-07 Thread Josh Abernathy
om: Josh Abernathy <[EMAIL PROTECTED]> Subject: NSPredicateEditor and date comparisons To: "Cocoa-Dev List" Received: Sunday, 7 December, 2008, 11:14 AM Hi all, In my application, users have the option of comparing to a date in an NSPredicateEditor. For the NSDates it is comparing agai

Re: NSPredicateEditor and date comparisons

2008-12-07 Thread Chris Idou
ens. --- On Sun, 7/12/08, Josh Abernathy <[EMAIL PROTECTED]> wrote: > From: Josh Abernathy <[EMAIL PROTECTED]> > Subject: NSPredicateEditor and date comparisons > To: "Cocoa-Dev List" > Received: Sunday, 7 December, 2008, 11:14 AM > Hi all, > > In

NSPredicateEditor and date comparisons

2008-12-07 Thread Josh Abernathy
Hi all, In my application, users have the option of comparing to a date in an NSPredicateEditor. For the NSDates it is comparing against, only the date is important; time doesn't matter. The interesting thing I found about NSPredicateEditor is the NSTimeInterval it compares my NSDates to

NSPredicateEditor and date comparisons

2008-12-06 Thread Josh Abernathy
Hi all, In my application, users have the option of comparing to a date in an NSPredicateEditor. For the NSDates it is comparing against, only the date is important; time doesn't matter. The interesting thing I found about NSPredicateEditor is the NSTimeInterval it compares my NSDates to