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?
问问题
1129 次
1 回答
1
你可能对 date.js 有用:
来自这里的最新代码:http ://www.datejs.com/build/date.js
项目页面在这里:http ://code.google.com/p/datejs/ ,请注意,我无法从项目主页找到指向最新源的链接。
于 2012-07-24T12:11:42.270 回答