in reply to DBD-InterBase: different date/time formats
should get you pretty close to what you want; experiment with the format string as you wish. (I've done plenty of DBI coding, but haven't used DBD::Interbase yet.)my $sth = $dbh->prepare( $query, { ib_timeformat => '%e.%m.%G %H:%M:%S +' } )
|
|---|