Subject | Re: [firebird-support] Extract Date |
---|---|
Author | Anderson Farias |
Post date | 2008-12-03T03:02:24Z |
Hi,
format dates client side.
UDFs like rFunc and FreeAdhocUDF may already have something like that.
Regards,
Anderson Farias
>Is it possible to convert to date field into a string with 'yyyy/mm/dd'Yes, it is possible but usually not the best idea. The usual aproach is to
>format?
>E.g. select format('yyyy/mm/dd', Edit_Time) from Table
format dates client side.
> What function can I use to convert it?You can build a Stored Procedure or an UDF for that. I'm believe existing
UDFs like rFunc and FreeAdhocUDF may already have something like that.
Regards,
Anderson Farias