Thursday, March 22, 2012

Calculate week from date

Hi,

I want to convert a date to a weeknumber in my view.
How is this possible with SQL?

select datepart(wk,getdate())

hth|||Thanx!

Works fine for me!

No comments:

Post a Comment