Top

mySQL Timestamp convert to RSS PubDate

+ 0 likes
Please Register to submit score.
Average Score  5.0
Scores Submitted  3
Date Added  Aug 29, 2004
Last Updated  Jan 17, 2006

Introduction

This is very handy for making a yyyymmddhhmmss date look pretty.

Grab the Code

Comments

  (1)  RSS
thelem
Comments: 1
 
PHP Snippet:  mySQL Timestamp convert to RSS PubDate
Posted on Jan 19, 2005 10:40 am
Even easier, you can extract a unix timestamp from the database. In the column list of the mysql query, put UNIX_TIMESTAMP(column name)

Please Register or Login to start posting comments.
Bottom