Subject | Re: [firebird-support] Date Format on Firebird 1.5 RC5 |
---|---|
Author | Marco Lauria |
Post date | 2003-08-21T18:01:16Z |
At 16:27 21/08/2003 +0000, you wrote:
It accepts a defined number of date formats.
If you need dd/mm/yyyy you can use the EXTRACT function.
You can extract year,month and day and you can create a computed field DAY
|| '/' || MONTH || '/' || YEAR.
Regards
Marco
>I have created a DATE field and I want that the date format beNo, with Firebird you can't change the date format.
>dd/mm/yyyy. There are anyway to do it ?
It accepts a defined number of date formats.
If you need dd/mm/yyyy you can use the EXTRACT function.
You can extract year,month and day and you can create a computed field DAY
|| '/' || MONTH || '/' || YEAR.
Regards
Marco