Is their any native functions in either PHP or MySQL that will convert a 14 digit timestamp into a format such as "Mar 05, 2002 1:34 pm"?
I have tried every single command related to date and I haven't been able to get it to work. It is possible that my syntax has been incorrect since I am fairly new to PHP.
For instance is there any way to read a variable into the "date()" or "strftime()" commands?
Any help at all would be apreciated.