Peter Haworth wrote:
On Wed, 18 Jun 2003 15:09:44 -0600 (MDT), scott.marlowe wrote:
Why not accept a date of 04/44/2003 and just wrap it into May?
Unbelievably, to_date() already does that in 7.3.3:
pmh=> select to_date('2003-04-44','yyyy-mm-dd');
to_date ------------
2003-05-14
(1 row)
I raised this issue along with the date component order switching in April. Someone (possibly Karel Zak) did say that they were going to look into it, but it doesn't look like anything got done about it in 7.3. Maybe it's better in 7.4?
---------------------------(end of broadcast)--------------------------- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly