Dear All,

Would anyone tell me how to convert date time field to date field.

thanks in advance

wa

Re: date time field to date by Villi

Villi
Fri Aug 12 01:30:55 CDT 2005

Mi e' parso che Ah Wa abbia scritto:

> Dear All,
>
> Would anyone tell me how to convert date time field to
> date field.
>
> thanks in advance

datevar = ttod(datetimeVar)
--
The answer to the ethernal question is:
put a read events after the launch of the form



Re: date time field to date by Ah

Ah
Fri Aug 12 01:44:18 CDT 2005

Thank you very much!!
"Villi Bernaroli" <a@b.c> ¦b¶l¥ó
news:%23v91mdwnFHA.3564@tk2msftngp13.phx.gbl ¤¤¼¶¼g...
> Mi e' parso che Ah Wa abbia scritto:
>
> > Dear All,
> >
> > Would anyone tell me how to convert date time field to
> > date field.
> >
> > thanks in advance
>
> datevar = ttod(datetimeVar)
> --
> The answer to the ethernal question is:
> put a read events after the launch of the form
>
>



Re: date time field to date by christophe

christophe
Fri Aug 12 01:47:50 CDT 2005

date = TtoD(datetime)

or if you really mean a field from a table
just change your table field with Modi Struct


--
\|||/
(o o)
----ooO-(_)-Ooo-------------


"Ah Wa" <cpcpwy@ahwa.net> schreef in bericht
news:uS07dNwnFHA.2916@TK2MSFTNGP14.phx.gbl...
> Dear All,
>
> Would anyone tell me how to convert date time field to date field.
>
> thanks in advance
>
> wa
>
>