I did try that and various other formats found on the net. Same result. Here's the code affected by this:
$date = date("Y-m-d");
$sql = "INSERT INTO jobs (JOB_TITLE, TYPE, CITY, STATE, JOB_DESC, JOB_SKILLS, DATE, CONTACT)
VALUES ('$POST[job_title]','$POST[type]','$POST[city]','$POST[state]','$POST[job_desc]','$POST[job_skills]',
'$POST[date]','$POST[contact]')";