DATEPART(datepart,date)SELECT datepart(month,getdate())
SELECT datepart(month,getdate())这就可以获取当前月份
可以用getMonth()方法,这个是获得月份
getday()getmonth()