- Novos filtros
- Correções casos 0004074 e 0004226 git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@28428 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
a3125b0053
commit
0e1c8d0c0d
|
@ -28,7 +28,7 @@ public class RenderCorridaAproveitamento implements ListitemRenderer {
|
||||||
lc = new Listcell(formatData.format(corrida.getFechorsalida()));
|
lc = new Listcell(formatData.format(corrida.getFechorsalida()));
|
||||||
lc.setParent(lstm);
|
lc.setParent(lstm);
|
||||||
|
|
||||||
SimpleDateFormat formatHora = new SimpleDateFormat("KK:mm");
|
SimpleDateFormat formatHora = new SimpleDateFormat("HH:mm");
|
||||||
lc = new Listcell(formatHora.format(corrida.getFechorsalida()));
|
lc = new Listcell(formatHora.format(corrida.getFechorsalida()));
|
||||||
lc.setParent(lstm);
|
lc.setParent(lstm);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue