How to determine which date is on friday?

Posted by poo on Stack Overflow See other posts from Stack Overflow or by poo
Published on 2010-04-06T12:02:58Z Indexed on 2010/04/06 12:03 UTC
Read the original article Hit count: 261

Filed under:
|

I have two dropdownlists - one for year and one for weeks. How to determine the chosen weeks date should be the friday. So for example I chose week 34 and year 2011 then I should know the date on friday, in format like this: 2011-08-23. And preferably in javascript too.

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about date