Converting date/timestamp to human form.

admin

Administrator
Staff member
I have a database that I am running queries against and dynamically generating php pages with. My question is, one of the fields (L_DATE) contains a date/timestamp courtesy of Mysql. My question is, I need to grab that field (along with about 8 others) and convert the date to a human form then display both the date and the data returned.

So far none of the date related issues I have found match my problem well enough for me to figure out how to convert it.

Any help is appreciated.
 
Back
Top