hi all,
i am new to java programing...
i have used jDateChooser and i want to extract just month i.e. int value of selected month or date i.e. int value of selected date from jDateChooser......?
Eg. if choose date as 2012/11/07
I want all in separate like

Year = 2012
Month = 11
Date = 07

how do i do that in java...???

there are several JDateChooser classes. which one are you using?
check the type of Object that is returned by your chooser, and see it's api's about how to extract more specific data from it.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.