bugl
bugl
HomeLearnPatternsPathsSearchPremium
HomeLearnPatternsPaths

Loading lesson path

Learn/SQL/SQL References
SQL•SQL References

MySQL MONTH() Function

Example

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

Definition and Usage

The MONTH() function returns the month part for a given date (a number from 1 to 12).

Syntax

MONTH(
date
)

Parameter Values

ParameterDescription
dateRequired. The date or datetime to extract the month from

Technical Details

Works in:From MySQL 4.0

Previous

MySQL MINUTE() Function

Next

MySQL MONTHNAME() Function