Posted by davemateer on 02/16/06 23:43
More info:
sajuks on experts-exchange.com kindly suggested:
echo date("m/d/Y h:i:s", strtotime($row['dateOfThing']))."<br>";
which wil work.. however we've got a lot of legacy code which will need
fixxing (groan).. so I'd rather try and get the dates coming from the
database/driver in the old way.
Cheers.
Dave.
[Back to original message]
|