![]() |
Admin 3/5/2015 |
You need to use PHP date() function to format date values. |
B
|
bcritchley author 3/6/2015 |
You need to use PHP date() function to format date values. Check this article for inspiration: http://stackoverflow.com/questions/136782/convert-from-mysql-datetime-to-another-format-with-php More info on PHP's date function: http://php.net/manual/en/function.date.php
|
![]() |
Admin 3/6/2015 |
You are missing strtotime() part. Please take another look at http://stackoverflow.com/questions/136782/convert-from-mysql-datetime-to-another-format-with-php, first reply provides the answer. |