DateOf() is nothing more than a wrapper for Trunc(TheDate) but I like to use it becuase then you know what its doing :-) BTW TimeOf(TheDate) returns only the time portion of a date/time and is just a wrapper for Frac(TheDate). Once agai I use this so I know what the code is doing.
Jeremy On Tue, Jun 29, 2010 at 8:35 PM, David O'Brien <d...@iccs.co.nz> wrote: > Just Trunc the DateTimePicker.Date... > > -----Original Message----- > From: delphi-boun...@delphi.org.nz [mailto:delphi-boun...@delphi.org.nz] > On Behalf Of John Bird > Sent: Tuesday, 29 June 2010 1:42 p.m. > To: NZ Borland Developers Group - Delphi List > Subject: [DUG] DateTimePicker > > When a TDateTime is set from a DateTimePicker that is being used for > Date > selections what is set for the time component? Or is it random? I am > wondering because two different pickers seem to return unrelated times > and > it looks like I have to do some testing and correcting. > > And for testing - I think that a test such as > > if DatePicker1.date = date then...... > > might not be a reliable test (if both are effectively floating point) > > This is D5 in case later versions have smarter testing.... > > John > > > _______________________________________________ > NZ Borland Developers Group - Delphi mailing list > Post: delphi@delphi.org.nz > Admin: http://delphi.org.nz/mailman/listinfo/delphi > Unsubscribe: send an email to delphi-requ...@delphi.org.nz with Subject: > unsubscribe > > _______________________________________________ > NZ Borland Developers Group - Delphi mailing list > Post: delphi@delphi.org.nz > Admin: http://delphi.org.nz/mailman/listinfo/delphi > Unsubscribe: send an email to delphi-requ...@delphi.org.nz with Subject: > unsubscribe >
_______________________________________________ NZ Borland Developers Group - Delphi mailing list Post: delphi@delphi.org.nz Admin: http://delphi.org.nz/mailman/listinfo/delphi Unsubscribe: send an email to delphi-requ...@delphi.org.nz with Subject: unsubscribe