MySQL DAY Function

Example

Return the day of the month for a date:

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

Definition and Usage

The DAY() function returns the day of the month for a given date (a number from 1 to 31).

Continue reading MySQL DAY Function