Mega Code Archive

 
Categories / MSSQL / Date Timezone
 

MONTH

12> 13> -- MONTH: return the month portion of a date. 14> 15> SELECT MONTH("24 March 1964") 16> GO -----------           3 (1 rows affected)