MONTH (Transact-SQL)
SQL Server 2012
Returns an integer that represents the month of the specified date.
For an overview of all Transact-SQL date and time data types and functions, seeDate and Time Data Types and Functions (Transact-SQL).
MONTH returns the same value as DATEPART (month, date).
If date contains only a time part, the return value is 1, the base month.
