I'm using com.toedter.calendar.JDateChooser popup in my application and need to set the maximum year option of the year spinner.
Asked
Active
Viewed 127 times
0
-
2*"need to set the maximum year"* Why? Did you book ahead for an apocalypse? – Andrew Thompson Mar 23 '14 at 13:09
-
I'm sorry if something wrong with my question. I have found the answer of my question. dateChooser.getJCalendar().getYearChooser().setMaximum(2014); – Scooby Mar 23 '14 at 13:40
-
1You can [answer your own question](http://meta.stackexchange.com/q/17463/163188), but you may want to update the question to reflect the answer. – trashgod Mar 23 '14 at 13:58
-
OK. The question has updated – Scooby Mar 23 '14 at 14:10