I'm working on a small self made blog and I insert new blog items into phpmyadmin manually. On the website I run a query to select the blog items.
I want dates to be displayed as:
April 30th, 2011
Since I already insert the items myself, would it be better to just have a VARCHAR field and insert the date mysql, or is there a better way?
I am not sure which field type to use in phpmyadmin and also don't really know how to use PHP to get the date to be displayed the way I want it to be.
Thanks!