Jump to content

formatting mysql timestamp


Vivid Lust

Recommended Posts

I would like to suggest that if possible, you convert to using INT(11) feilds and use UNIX_TIMESTAMP, a UNIX timestamp can be changed into any format you want using the PHP date() function.

Yes, the days of UNIX timestamps are limited, but that's nothing to worry about until like 2038 or something, so there's plenty of time, and even by then there will probably be new languages and your site would be long gone down the infinate shitter of the internet. XD

 

But aye, I hope this helps,

Alan.

Umm... Well when I'm working with MySQL, I tend to use PHP as the front end, shit just seems easier to me?

Everyone has their own wee methods of coding and shit. XD

 

I use to think that until I found out about the MySQL Date Time Functions: http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.