獲取某一月的天數 and 獲取本週的週一

-- 獲取某一月的天數 --思路: 今天加上下個月的天數 - 今天的天數 = 這個月的天數 --方法: 利用系統函數本身去判斷. declare @time select Datediff(dd,getdate(),dateadd(mm,1,getdate())) select DATEPART(m , '2008-07-01') as 月份,datediff(dd , '2008-07
相關文章
相關標籤/搜索