View Single Post
11/04/15, 05:33 AM   #15
merlight
AddOn Author - Click to view addons
Join Date: Jul 2014
Posts: 671
Why return week stamps as string? Numbers would be better IMO. Besides, you need to string.format("%04d%02d", 1970 + epocYears, epocWeeks) if you want correct strings for the first 9 weeks.