Getting dates from weeknumber

If I have a weeknumber and a year, is there an easy way to get the dates that fall in this weeknumber or the first day of that week (the other I can calculate).

regards

Found it myself :slight_smile:

Date.neww(2007,5,6)

Input year, week and daynumber all in the commercial calendar and you get a date back.