Format a MySQL date in PHP
Saturday, December 6th, 2008I was looking through some very old code of mine and saw the hoops I jumped through to format a MySQL date field into something a little more friendly. It wasn’t pretty, involving explode() among other things. Being more familiar with PHP now, I thought it would be nice to post a snippet of code. […]