Subject Re: IB_DateTimePicker question
Author s.beames@mailbox.gu.edu.au
I think something like dtpBegDate->Date.DateString() will do it for
you.

HTH
Steve

--- In IBObjects@y..., kristinnolan@h... wrote:
> I have two date time picker controls. One for BegDate and one for
> EndDate. I need to make sure both have a date in them and that
only
> the records between these two dates are selected. I keep getting
an
> error because I say dtpBegDate.Text. When I check code completion
in
> Delphi, Text is not an option and I don't see anything else similar
> like AsString. Is there something else I can use or do I need to
> change this control to an edit box or something?
>
> Kristy