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