Ajustando render ClienteDescuento

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@48196 d1611594-4594-4d17-8e1d-87c2c4800839
master
daniel.zauli 2015-09-24 11:18:14 +00:00
parent 608320ab30
commit 200fb63a49
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ public class RenderClienteDescuento implements ListitemRenderer {
Calendar calendar = Calendar.getInstance();
calendar.setTime(data);
retorno = retorno + String.format("%02d",calendar.get(Calendar.DAY_OF_MONTH)+1)+"/";
retorno = retorno + String.format("%02d",calendar.get(Calendar.DAY_OF_MONTH))+"/";
retorno = retorno + String.format("%02d",calendar.get(Calendar.MONTH)+1)+"/";
retorno = retorno + String.format("%02d",calendar.get(Calendar.YEAR));