Subject | Re: [firebird-support] Does Firebird directly support ISO Date? |
---|---|
Author | Aage Johansen |
Post date | 2005-01-11T21:32:23Z |
Thomas Miller wrote:
select cast('2005-01-31' as date) from rdb$database
Also DD.MM.YYY, MM/DD/YYYY, and some other formats.
--
Aage J.
> if I pass a sting format as YYYY-MM-DD, does Firebird understand that?It does. Try:
select cast('2005-01-31' as date) from rdb$database
Also DD.MM.YYY, MM/DD/YYYY, and some other formats.
--
Aage J.