/ Published in: PHP
A quick, usefull function which i use to convert a date/time string pulled from MySQL, into a readable format.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
function dateConvert($old_date, $layout) { return $new_date; }