trimestreAbrev method
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);
}
Retorna de 1 a 4 de acordo com o trimestre no formato: T[trimestre].
Ex: T2
String trimestreAbrev() {
initializeDateFormatting();
return DateFormat.QQQ(br).format(this);
}