$sql="SELECT company_name, id_num, name, date FROM company_details order by id_num"
Ok this is how i am pulling it from the database and i get 20030402110214. i understand why that does it that way so i tried below
$sql="SELECT company_name, id_num, name, date('%M %e, %Y') FROM company_details order by id_num"
Ok obviously wrong but i am sure i am close or near the right track to format it so 2003 04 02.... etc
or am i really to cold on it n no where near ?
Thanks for any advise.