Date conversions using ODBC for Access

From: Dennis Gray (d0325mgray)
Date: 02/19/04


Date: Thu, 19 Feb 2004 14:46:08 -0800

I have a column with date/time data. When I retrieve it using the Perl DBD::ODBC, it is returned formatted like 02004-02-21 00:00:00. I would like to be able to use a function to format it as just 2004-02-21 but haven't been able to figure out how to do it.


Loading