MySQL DAYNAME() FunctionThe dayname() is a MySQL date/time function. It is used to get the name of the day from the given date. SyntaxParameter:date_name: date for getting name of day. ReturnsThis function returns the weekday name for a date. Example 1Output: ![]() Example 2Output: ![]()
Next TopicMySQL date/time
|