I find this small problem when saving the date it saves me from the present and not the one selected in java.
Controller code
fac.setFecha_fin(dateFecha.getConverter().toString());
Sentence code
insert into factura (fecha_fin) values (?);
I find this small problem when saving the date it saves me from the present and not the one selected in java.
Controller code
fac.setFecha_fin(dateFecha.getConverter().toString());
Sentence code
insert into factura (fecha_fin) values (?);