Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
Home
MySQL Tutorial
Introduction
Select Query
Database
Table
Table Join
Subquery
Insert Update Delete
Logic Operator
View
Data Types
Procedure Function
Cursor
Trigger
Date Time Functions
Comparison Functions Operators
Aggregate Functions
Cast Functions Operators
Control Flow Functions
Encryption Compression Functions
Information Functions
Math Numeric Functions
Miscellaneous Functions
String Functions
Regular Expressions
Data Dictionary
MySQL Utilities
Privilege
DAYOFMONTH « Date Time Functions « MySQL Tutorial
MySQL Tutorial
Date Time Functions
DAYOFMONTH
14.14.DAYOFMONTH
14.14.1.
DAYOFMONTH(date) returns the day of the month for date, in the range 0 to 31.
14.14.2.
DAYOFMONTH('2001-11-00');
14.14.3.
Get DAYOFMONTH of start date
14.14.4.
DAYOFMONTH(date) returns the day of the month for a given date.