I have a jDateChooser from which I want to obtain the date but it is impossible for me to recover it I have the following fragment:
Date date = jDateChooser_caducidad.getDate ();
in theory it should work but what it collects from me from jDate...
I have a question, I'm doing an application in java, and for it I need a JDateChooser to disable certain dates, for example, that does not let me select the date 20/02/2018, but if the others, as could I do?
I have a jdatechooser in my project and I want the user to choose a date, the problem is that if the user chooses August 2, 2018 when processing it results in September 2, 2020, I do not know how to readjust it
String dias = Integer.toString(f...