in reply to Converting localtime to SQL format
# Datefield is of type: datetime my $sth = $dbh->prepare('insert into tableName (DateField, OtherField) + values (now(),?)');
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Converting localtime to SQL format
by Deib (Sexton) on Mar 30, 2005 at 07:40 UTC | |
|
Re^2: Converting localtime to SQL format
by jhourcle (Prior) on Mar 30, 2005 at 13:01 UTC |