trimestre method

String trimestre()

Retorna de 1 a 4 de acordo com o trimestre no formato: T[trimestre].

Ex: 2ยบ trimestre

Implementation

String trimestre() {
  initializeDateFormatting();
  return DateFormat.QQQQ(br).format(this);
}