View Single Post

  #9 (permalink)  
Old 03-12-2008
Michael Fesser
 
Posts: n/a
Default Re: retrieve the day of the week

..oO(Kram Techie)

>it is DATETIME but for display i have to re-format it.


Ah, OK. But then you can let the database return the day of week, which
would be more efficient than doing it in PHP. See DATE_FORMAT() for
details.

http://dev.mysql.com/doc/refman/5.0/...on_date-format

Micha
Reply With Quote