How to save datapicker date in postgresql

0

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 (?);
    
asked by Nicolas Mosquera Espinosa 23.03.2018 в 16:36
source

0 answers