![]() |
|
|
|
|
|
|
2
23rd October 22:31
External User
Posts: 1
|
Googling is fine -- but it wouldn't have hurt to look in the MySQL manual, either: <http://dev.mysql.com/doc/refman/5.0/en/date-and-time-
functions.html#function_dayname> |
|
|
9
23rd October 22:32
External User
Posts: 1
|
..oO(Kram Techie)
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 |
|