With mysql column set to datetime, I already had existing results inserted as <?php echo date('Y-m-d', strtotime("+0 days")); ?> from the pages
now with values already in as, ex: "2005-05-03 " the default wants to force on to 0000-00-00 00:00:00
Shouldn't mysql insert the datetime automatically (not doing) and how can I get the default right/what to do with existing values?
-Does DateTime auto renew like Timestamp?