Questions tagged as 'jdatechooser'

0
answers

Problem getting date with jDateChooser

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...
asked by 02.11.2018 / 11:43
0
answers

Disable specific dates in JCalendar

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?     
asked by 22.09.2018 / 20:33
1
answer

problem when determining the date with the jdatechooser

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...
asked by 13.08.2018 / 11:40