trimestreAnoAbrev method
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);
}
Retorna trimestre e ano abreviado no formato T[trimestre] de [ano].
Ex: T2 de 1987
String trimestreAnoAbrev() {
initializeDateFormatting();
return DateFormat.yQQQ(br).format(this);
}