A getYearForWeekNo method has been added to the Date object. Any date object will be able to return the current year.
The function can be use like this:
var date = new Date();
date.getYearForWeekNo();
It would return 2011.
bag
tiddlywikidev_public
created
Thu, 27 Jan 2011 11:59:49 GMT
creator
colmbritton
modified
Wed, 09 Mar 2011 12:21:00 GMT
modifier
jon
tags
date
method
theme
TWDocTheme