Dayofmonth

Description

Syntax

‘INT DAYOFMONTH (DATETIME date)’

Get the day information in the date, and return values range from 1 to 31.

The parameter is Date or Datetime type

example

  1. mysql> select dayofmonth('1987-01-31');
  2. +-----------------------------------+
  3. Dayofmonth ('1987 -01 -31 00:00') 1244;
  4. +-----------------------------------+
  5. | 31 |
  6. +-----------------------------------+
  7. ##keyword
  8. DAYOFMONTH