in reply to Perl and Compatibility w/SQL dates

Many database systems will accept different date formats. Some of them will allow you to specify the format you're using as you're using it.

More practically, check out Time::Piece, which not only has output formatting via a non-piggy-POSIX strftime but also input date parsing via strptime.

Chris
M-x auto-bs-mode