bug #9953
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@74924 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
3442a19e78
commit
5d000f7243
|
@ -99,10 +99,10 @@ public class RelatorioAcompanhamentoEquivalentes extends Relatorio {
|
|||
|
||||
SimpleDateFormat sdf = new SimpleDateFormat("MM/yyyy");
|
||||
SimpleDateFormat date = new SimpleDateFormat("dd/MM/yyyy");
|
||||
SimpleDateFormat day = new SimpleDateFormat("EEE");
|
||||
SimpleDateFormat day = new SimpleDateFormat("EEE", LocaleUtil.getLocale());
|
||||
String dia = "";
|
||||
|
||||
Calendar cal = new GregorianCalendar(new Locale("pt", "br"));
|
||||
Calendar cal = new GregorianCalendar();
|
||||
try {
|
||||
cal.setTime(date.parse("01/"+sdf.format((Date)parametros.get("DATA_MES"))));
|
||||
for (int i = 1; i <= cal.getMaximum(GregorianCalendar.DAY_OF_MONTH); i++) {
|
||||
|
|
Loading…
Reference in New Issue