Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How i will get Date from JDateChooser

843805Apr 21 2006 — edited Apr 21 2006
hi,
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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 19 2006
Added on Apr 21 2006
1 comment
338 views