trimestreAnoAbrev method

String trimestreAnoAbrev()

Retorna trimestre e ano abreviado no formato T[trimestre] de [ano].

Ex: T2 de 1987

Implementation

String trimestreAnoAbrev() {
  initializeDateFormatting();
  return DateFormat.yQQQ(br).format(this);
}