daniel.zauli 2015-12-04 18:11:49 +00:00
parent 3c9b8da3eb
commit d8854200eb
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ public class RenderVigenciaTarifa implements ListitemRenderer {
public void render(Listitem lstm, Object o) throws Exception {
VigenciaTarifa vigenciaTarifa = (VigenciaTarifa) o;
SimpleDateFormat f = new SimpleDateFormat("dd/MM/yyyy HH:mm:ss");
SimpleDateFormat f = new SimpleDateFormat("dd/MM/yyyy HH:mm");
Listcell lc = new Listcell(vigenciaTarifa.getVigenciatarifaId().toString());
lc.setParent(lstm);