Name

DAYOFYEAR()

Synopsis

DAYOFYEAR(date)

Returns the day of the year for date, in the range 1 to 366. This code returns the value 34:

SELECT DAYOFYEAR('2016-02-03');

Get Learning PHP, MySQL, JavaScript, and CSS, 2nd Edition 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.