Subject | Re: dateformat |
---|---|
Author | hew_r3 |
Post date | 2008-05-11T07:57:25Z |
--- In firebird-support@yahoogroups.com, "Anderson Farias"
<peixedragao@...> wrote:
from another date format, eg. MM/DD/YY, then can you please let us
know what format it is?
<peixedragao@...> wrote:
>varchar
> Hi,
>
> >I am using Firebird 2.1 under linux platform. It can be extract a date
> >into DDD-MM-YYYY format ? eg(Mon-12-2008).
>
> Your client can format the date any way you want.
>
> If you're talking about stored procs / triggers then CAST a date as
> will *always* result on a string formated as 'yyyy-mm-dd'. So, youneed to
> do some code yourself (using extract, substr, etc) to format the wayyou
> want or use an UDF for that -- FB has no build-in function to formatdates
> (to string).Do you mean the change the format of the current date? If you mean
>
>
> Regards,
> Anderson Farias
>
from another date format, eg. MM/DD/YY, then can you please let us
know what format it is?