Trimestre
Obtém ou define o trimestre do ano.
TIP
É necessário o plugin QuarterOfYear para que esta funcionalidade esteja disponível.
js
dayjs.extend(quarterOfYear);
dayjs('2010-04-01').quarter(); // 2
dayjs('2010-04-01').quarter(2); // Retorna um novo objeto Dayjs