in reply to Perl and Compatibility w/SQL dates

several thousand lines of code i've got to now edit

If you used a (perl) date function, you may be able to redefine that function to work the way you expected. You don't have to rewrite the program unless you really want to.

Replies are listed 'Best First'.
Re: Re: Perl and Compatibility w/SQL dates
by nmerriweather (Friar) on Sep 03, 2002 at 01:22 UTC
    nope. lots of diff. code to edit -- i was just running various functions off the datetime stored in mysql -- nothing was reused

    i've just been find/replacing $row->{datetime} with &DATETIME_FIX($row->datetime) in bbedit on a folder

    thank god for bbedit

    i heart bbedit