Subject | RE: [firebird-support] Converting dates and the ISO-8601 format |
---|---|
Author | Alan McDonald |
Post date | 2018-11-10T00:34:47Z |
>>I use Firebird primarily with Delphi and have had no problems with using and displaying dates >>(suitable for my country - UK.)
You can use this in your select statements for php:
f_dayofmonth(CREATEDATE)||'.'||f_month(CREATEDATE)||'.'||f_year(CREATEDATE) CREATEDATE
format the PHP as you wish.