Reputation: 11
I need some YearMonth Picker, with java.time.YearMonth , or mb Date/LocalDate with pattern yyyy-mm and year-month picker (like DatePicker without days pick).\ Are there any open implementations? Or idea what to take as a basis?
Upvotes: 0
Views: 120
Reputation: 2511
I think there are different UI libraries that support year-month picking. In one project I used a JQuery plugin called Zebra Datapicker which looks very nice and simple to use. For example if you set format parameter to 'Y-m' you get something like this:
Upvotes: 2