Name

DAYOFWEEK()

Synopsis

DAYOFWEEK(date)

Returns the weekday index for date between 1 for Sunday through 7 for Saturday. This code returns the value 7:

SELECT DAYOFWEEK('2001-02-03');

Get Learning PHP, MySQL, and JavaScript now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.