Questions tagged as 'jdatechooser'

1
answer

Validate JDateChooser

I'm having trouble determining if the user filled in a date field of type JDateChooser , I'd like to do a validation to see if it's empty or not. I tried to do it by looking at the JDateChooser documentation, it did not work very we...
asked by 23.04.2017 / 07:02
1
answer

Set a jDateChooser [closed]

I have a problem with doing insert there in the PostgreSQL database. The code is apparently ok but at the time of compiling the error. The error is related to the type of data that I try to insert into the database. The error it gives is...
asked by 19.10.2017 / 21:42
1
answer

Copy the date of a JTextfield to a JDateChooser

I currently mirror JDateChooser to JTextField , but now I need to mirror from JTextField to JDateChooser . How do I copy and convert a date from a text field to JDateChooser? I use this way to send to JTextField...
asked by 01.09.2017 / 17:49