Is there a way in javascript to create a date object using year & ISO week number?
Posted
by Chantz
on Stack Overflow
See other posts from Stack Overflow
or by Chantz
Published on 2010-05-12T01:06:41Z
Indexed on
2010/05/12
1:14 UTC
Read the original article
Hit count: 235
I am trying to create a google annotated timeline viz. For that I need to input the date of the event. The only information I have is the year & the ISO week number for the event. Is there a way in Javascript to create a Date object using just the year & week number? I googled it but did not come across any feasible solution.
Thanks for the help!
© Stack Overflow or respective owner