trimestreAbrev method

String trimestreAbrev()

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

Ex: T2

Implementation

String trimestreAbrev() {
  initializeDateFormatting();
  return DateFormat.QQQ(br).format(this);
}