Subject RE: [IBO] EXTRACT YEAR FROM A DATE FIELD IN COMPUTED FIELDS.
Author Claudio Valderrama C.
> -----Original Message-----
> From: Tony [mailto:apatri@...]
> Sent: Lunes 15 de Enero de 2001 10:28
>
> Hi All.
>
> There is a way to extract only Year from a field?
> This should be performed in a computed fields.
>
> EG
> the computed field 'd show : 1/2001

If you posted here, I assume you're using IBO. Then you can adjust the
display format and voila.
Otherwise, if you need the year for some computation in the server, then
consider
extract(year from field)
in IB6.

C.