Possible Duplicate:
Get dates from week number in T-SQL
Hi,
How do I get the startdate and end date for a given week number?
"select getstartdate(weeknumber)" should give the startdate of the given week.
Thanks, Subrat
Possible Duplicate:
Get dates from week number in T-SQL
Hi,
How do I get the startdate and end date for a given week number?
"select getstartdate(weeknumber)" should give the startdate of the given week.
Thanks, Subrat
Typically (on countries like Sweden for example) week one will start on a Monday, so week 1 starts on 3rd Jan in 2011. So you are going to need to specify the year as well.
See here for a list of week start days http://www.timeanddate.com/calendar/?year=2011&country=21