Subject Re: [firebird-support] Does Firebird directly support ISO Date?
Author Aage Johansen
Thomas Miller wrote:
> 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.