MySQL DAYNAME Function

Example

Return the weekday name for a date:

SELECT DAYNAME("2017-06-15");

Definition and Usage

The DAYNAME() function returns the weekday name for a given date. Continue reading MySQL DAYNAME Function