Jump to content

format mysql datetime with php


Hailwood

Recommended Posts

thorpe do you ever sleep?

 

haha but yeah, i thought about doing that,

 

except this table has over 300 columns (not designed nor can be changed by me) and so the query is is select * ...

 

 

while($row = mysql_fetch-assoc...)

{

foreach($row as $k => $v )

  $$k = $v;

 

 

so i cant really do it in the query

 

 

cheers.

 

 

came across using strtotime on it before using date

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.