Most voted "jdatechooser" questions
4 questions
Sort by count of
- 
		1 votes1 answer667 viewsValidate JdatechooserI am having trouble determining if the user has filled in a date field of type JDateChooser, would like to do a validation, to know if this empty or not. I tried to do by looking at the… 
- 
		0 votes1 answer246 viewsSet a jDateChooserI’m having a problem doing the insert there in the Postgresql database. The code is apparently ok but time to compile the error. The error is referring to the type of data I try to insert into the… 
- 
		0 votes0 answers60 viewsDate Validation using JdatechooserI’m trying to validate two dates in the following case: I created a Jframe that receives two data fields using Jdatechooser, as shown below: First field the user informs the shutdown date, second… 
- 
		-1 votes1 answer279 viewsCopy a Jtextfield date to a JdatechooserCurrently I mirror the JDateChooser for a JTextField, but now I need to mirror a JTextField for a JDateChooser. How to copy and convert a date from a text field to Jdatechooser? I use it this way to…