If I have a microtime, how do I format it to a readable date?
Use a microscope?
Lets keep the subject relevant to the subject matter of the post. (What a novel idea!) The world doesn't revolve around you. (It revolves around Apache, MySQL and Linux, jic you didn't know)
http://www.phpbuilder.com/manual/ref.datetime.php
the reason I'm asking you all is because I've already read that and I don't understand it. Maybe you could give me an answer?
try
print date("F j, Y, g:i a", $yourTimestamp);
-- Rich