how can i get date based on week number and weekday and year in javascript?
If i give year is 2012 and weeknumber is 30 and day is monday(1) then how should i get date is 2012-07-23 in javascript?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|||||||
|
|
You may date.js useful: Latest code from here: http://www.datejs.com/build/date.js Project page here: http://code.google.com/p/datejs/, note that I cannot find a link to the latest source from the project home page. |
|||
|
|