Hard when you can't test it. I am surprised got that far.
from
PHP Code: 
echo "<td>" $colorPrefix $date $colorSuffix ."</td>"
to
PHP Code: 
echo "<td>" $colorPrefix $date->format("m-d-Y") . $colorSuffix ."</td>"