Is there a way in javascript to create a date object using year & ISO week number?
- by Chantz
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!