Subject Re: Date problem in Firebird
Author Adam
--- In firebird-support@yahoogroups.com, "shaamim_ply"
<shaamim_ply@y...> wrote:
>
> the dt_start,dt_end are date type fields.
> pls give me the necesary codes for creating the datetovarchar() UDF

I do not have any pre-written code to do this because I believe that
formatting is best left to the client application. However, you should
be able to locate a tutorial on how to write a UDF in your preferred
language and platform. Most languages have some sort of FormatDateTime
type function in one of their libraries that you can use internally
within the UDF. Then it is just a case of declaring it and using it.

Adam