Okay, I've had enough! This should be a simple one, but I haven't found the answer anywhere. I am pulling a date out of mysql db along with other information used by customers to view their account activity. I want to have the dates, time and time used converted from the mysql formats to regular dates (January 1, 2001) and the time used from seconds to hh.mm.ss. Once I have retreived the data I create an array )(mysql_fetch_array) for all the fields necessary to produce the report. I use "while" to print the activity report.
I have used the DATE_FORMAT in the query but it doesn't produce a date in the activity report. I have used "printf" to format the date but that doesn't work either.
What am I missing?