| Subject | Re: [firebird-support] UDF problem when I call isc_decode_date | 
|---|---|
| Author | Dmitry Yemanov | 
| Post date | 2009-02-11T05:32:56Z | 
Marco Castroo wrote:
Dmitry
            >Why ISC_QUAD? Use ISC_DATE.
> Can someone help me on this? This function gets a date parameter and
> returns a formated string data.
>
> char * fn_RetornMonthYear(ISC_QUAD *d)
> {Why malloc? Use ib_util_malloc.
> struct tm tm_date;
> char *buffer = (char *)malloc (8);
Dmitry