Jump to content

[SOLVED] Date format (should be easy)


excl209

Recommended Posts

if you're pulling from a MySQL database, you can use the DATE_FORMAT() to operate directly on the column.  might as well use MySQL for what it's worth than extracting data in an unsuitable format then using PHP to parse it:

 

http://dev.mysql.com/doc/refman/4.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.