Is there any proper solution/patch to get week numbers correctly in extjs?
new Date('1 jan 2009').getWeekOfYear(); // will returned : 1
but
new Date('1 jan 2010').getWeekOfYear(); // will returned : 53
Is there any proper solution/patch to get week numbers correctly in extjs?
new Date('1 jan 2009').getWeekOfYear(); // will returned : 1
but
new Date('1 jan 2010').getWeekOfYear(); // will returned : 53