..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