user1406177
user1406177

Reputation: 1369

Week and month picker for Java

I am needing date pickers for two cases, so far I have always used JXDatePicker, but that's not what I need now:

I want one date picker especially for weeks of the year and another one for months of the year.

Upvotes: 1

Views: 2484

Answers (1)

trashgod
trashgod

Reputation: 205885

JCalendar offers com.toedter.calendar.JMonthChooser, illustrated here, which respects the chosen Locale.

I don't see a corresponding JWeekChooser, but JCalendar may be a good framework in which to work.

Upvotes: 2

Related Questions