urg
11-20-2002, 01:32 AM
How do I take the date information from a mysql timestamp (e.g., 20021117002521) and turn it into a date, on a php page, that people might be able to read (e.g., November 17, 2002)? I know how to grab it from the database. It's the converstion to a user-friendly format in php I need help with.
That's what I'm really after right now. But it would be nice to have the time in there too. How do I do the same thing with the time (e.g., so the above stamp would be converted to read "12:25 AM" - assuming I'm reading it correctly)?
-Brett
That's what I'm really after right now. But it would be nice to have the time in there too. How do I do the same thing with the time (e.g., so the above stamp would be converted to read "12:25 AM" - assuming I'm reading it correctly)?
-Brett