How i will get Date from JDateChooser
843805Apr 21 2006 — edited Apr 21 2006hi,
Now i have a text field.I have download JCalendar from this side:
http://www.toedter.com/download/jcalendar-1.3.0.zip
I want to get the selected date from the JDateChooser. How this possible in the following code:
JDateChooser date = new JDateChooser();
JTextField text1 = new JTextFiled();
Now i want to get the selected date from this JDateChooser. Still now i cannot do this. But i have learned that JDateChooser return null initially.
is there anybody can help me?
With regards
bina