Re: NSPredicateEditor and date comparisons

2008-12-07 Thread Chris Idou
got a suspicion > that it will then leave the time component alone. When you > got a result of 13:41:40, might that have been the time you > ran the program? > > > > > > --- On Sun, 7/12/08, Josh Abernathy > <[EMAIL PROTECTED]> wrote: > > > >

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
Ah, yes, that would be the more accurate way to explain it. I have an NSDatePicker in my NSPredicateEditor and no funny business is going on with conversions. It's just the simple default, setup-in-IB usage. So I guess the question is better put: is there any guarantee about the time of an

Re: NSPredicateEditor and date comparisons

2008-12-07 Thread Chris Idou
I'm a bit confused by your post. NSPredicateEditor doesn't compare any dates, it just creates NSPredicates. Maybe you're saying that if you have a NSDatePicker in your NSPredicateEditor, that it creates a predicate with a date set to 13:41:40. If that's the case, then it probably has more to do