Great!
I actually had 2 dates - using your suggestion as follows worked:
$mailed=3D$row["mailed"];
$payment=3D$row["payment"];
$ID=3D$row["ID"];
$Timestamp=3Dstrtotime($row[mailed]);
$mailedf=3Ddate("F d, Y",$Timestamp);
$Timestamp=3Dstrtotime($row[payment]);
$paymentf=3Ddate("F d, Y",$Timestamp);
echo "<TR><TD>$mailedf</TD><TD>$paymentf</TD></TR>";
-Jim
-----------------------------------------------------------------
Jim Gronquist

