Link to home
Start Free TrialLog in
Avatar of RIAS
RIASFlag for United Kingdom of Great Britain and Northern Ireland

asked on

Sql Query with datetime

hello,
my query returns date and time,is there any way that it return only date.

SELECT        (DATEADD(day, 4, DATEADD(wk, DATEDIFF(wk, 0, GETDATE()), 0))), (DATEADD(day, 11, 
DATEADD(wk, DATEDIFF(wk, 0, GETDATE()), 0)))

Open in new window

SOLUTION
Avatar of Lee
Lee
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of RIAS

ASKER

Cheers!