Subject | Re: [firebird-support] Re: Different separators for date and time |
---|---|
Author | Ivan Prenosil |
Post date | 2005-06-10T12:59:01Z |
> yes, Ivan, you are perfectly right, but in the United States and otherIt is something equally insane as quoted identifiers :-)
> American countries the format is mm/dd/yy (even with two figures for the
> year).
> Anyway the default format in Firebird is MM/DD/YYYYFirebird accepts several formats when converting string to date
(and it makes no sense to describe one of them as default).
Firebird uses only one format when converting from date to string (in dialect-3):
YYYY-MM-DD
Ivan