DAY_IN_MONTH

Returns a number representing the day in the month of "date_expression".

Syntax

DAY_IN_MONTH ( date_expression )

Example

DAY_IN_MONTH ( '2012-02-29' )

Result

29