Convert MySQL timestamp to PHP date
If you save your date in the format of timestamp in your MySQL database, and want to output it like this: Your date come out looking something like this: 2011-01-30 20:54:12 So it’s formated like YYYY-MM-DD HH:MM:SS But what if you want it to display, say like this: Sunday, January 30th, 8:54pm Normally you would… Read More »