Skip to content
Snippets Groups Projects
Commit 11fdaedb authored by estegar's avatar estegar
Browse files

Update file PresentadorMSugerencias.java

parent ae37891b
No related branches found
No related tags found
No related merge requests found
...@@ -55,7 +55,6 @@ public class PresentadorMSugerencias { ...@@ -55,7 +55,6 @@ public class PresentadorMSugerencias {
for (Sugerencia s : sug) { for (Sugerencia s : sug) {
String[] partes = s.getFecha().split("-"); String[] partes = s.getFecha().split("-");
String fechaEsp = partes[2]+"-"+partes[1]+"-"+partes[0]; String fechaEsp = partes[2]+"-"+partes[1]+"-"+partes[0];
System.out.println(fechaEsp);
Object[] fila = {s.getId(), s.getSugerencia(), s.getColaborador(), fechaEsp}; //, s.getFecha()}; Object[] fila = {s.getId(), s.getSugerencia(), s.getColaborador(), fechaEsp}; //, s.getFecha()};
modeloTablaDefecto.addRow(fila); modeloTablaDefecto.addRow(fila);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment