Hi Guys
i have this in a bit of code
DATEADD(d, - DATEPART(dw, dbo.TimeSheets.Date), DATEADD(d, 2, dbo.TimeSheets.Date))
its returning sundays as the start of a new week not the end of the week (works fine for all other days in the week) any ideas what in doing wrong