78
MySQL DAY() Function
The day() is a MySQL date/time function. It is used to get the day from the given date.
Syntax
Parameter:
date_value: date for getting day.
Returns
This function returns the day of the month (a number from 1 to 31) given a date value.
Example 1
Output:
Example 2
Output:
Next TopicMySQL date/time