To get the Monday date of the current week you can use the snippet below.

SELECT DATEADD(wk, DATEDIFF(wk,0,GETDATE()), 0) AS Monday

4 thought on “How to get monday date of current week in MSSQL”

Leave a Reply