If you are only interested in the Date part of the TDateTime you could always use the Trunc function.<div><br></div><div>ie. if Trunc(DatePicker1.Date) = Date then...</div><div><br></div><div>Cheers,</div><div>Colin</div><div>
<br><div class="gmail_quote">On 29 June 2010 11:42, John Bird <span dir="ltr">&lt;<a href="mailto:johnkbird@paradise.net.nz">johnkbird@paradise.net.nz</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
When a TDateTime is set from a DateTimePicker that is being used for Date<br>
selections what is set for the time component?  Or is it random?   I am<br>
wondering because two different pickers seem to return unrelated times and<br>
it looks like  I have to do some testing and correcting.<br>
<br>
And for testing - I think that a test such as<br>
<br>
if DatePicker1.date = date then......<br>
<br>
might not be a reliable test (if both are effectively floating point)<br>
<br>
This is D5 in case later versions have smarter testing....<br>
<br>
John<br>
<br>
<br>
_______________________________________________<br>
NZ Borland Developers Group - Delphi mailing list<br>
Post: <a href="mailto:delphi@delphi.org.nz">delphi@delphi.org.nz</a><br>
Admin: <a href="http://delphi.org.nz/mailman/listinfo/delphi" target="_blank">http://delphi.org.nz/mailman/listinfo/delphi</a><br>
Unsubscribe: send an email to <a href="mailto:delphi-request@delphi.org.nz">delphi-request@delphi.org.nz</a> with Subject: unsubscribe<br>
</blockquote></div><br></div>