Settimane dell'anno (ISO)
Restituisce il numero di settimane nell'anno corrente secondo lo standard ISO week.
TIP
Per funzionare, è necessario il plugin IsoWeeksInYear
js
dayjs.extend(isoWeeksInYear);
dayjs.extend(isLeapYear);
dayjs('2004-01-01').isoWeeksInYear(); // 53
dayjs('2005-01-01').isoWeeksInYear(); // 52