Subject | RE: [IBO] EXTRACT YEAR FROM A DATE FIELD IN COMPUTED FIELDS. |
---|---|
Author | Claudio Valderrama C. |
Post date | 2001-01-16T07:37:20Z |
> -----Original Message-----If you posted here, I assume you're using IBO. Then you can adjust the
> 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
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.