Revision 45026 trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.fmap.dal/org.gvsig.fmap.dal.swing/org.gvsig.fmap.dal.swing.impl/src/main/java/org/gvsig/fmap/dal/swing/impl/searchpanel/DefaultSearchPanel.java

View differences:

DefaultSearchPanel.java
632 632
            try {
633 633
                params = this.fetch(this.parameters.getCopy()); // esto lo actualiza a la ultima // decidir si se devuelve clonado
634 634
                Date date = Calendar.getInstance().getTime();
635
                DateFormat dateFormat = new SimpleDateFormat("yyyy-mm-dd hh:mm:ss");
635
                DateFormat dateFormat = new SimpleDateFormat("yyyy-MM-dd hh:mm:ss");
636 636
                String strDate = dateFormat.format(date);
637 637
                params.setName("Params: " + strDate);
638 638
            } catch (Exception ex) {

Also available in: Unified diff