It was working before on my other computer but now the date is not changing.
I get the date from JDateChooser
:
if(txt_date_creation.getDate()!=null){
q.setDate("dc",txt_date_creation.getDate());
}
And this is the format that I'm using:
dd/MM/yyyy
And the output is:
Tue Apr 13 00:00:00 BST 2021