I need to choose more than one date from calendar. Is there some useful component? I've tried to use https://kenai.com/projects/jfxcalendarpicker/pages/Home in multiple mode, but it has some critical bugs for me.
Asked
Active
Viewed 601 times
1
-
What prevents you from using two or more `DatePicker`s? – eckig Feb 11 '15 at 10:24
-
1This [question](http://stackoverflow.com/questions/27229168/selecting-a-period-or-a-date-using-one-javafx-8-datepicker/27231422#27231422) uses one `DatePicker` to allow the selection of a range of dates – José Pereda Feb 11 '15 at 10:30
-
@eckig I need to choose array of dates through all the year. DatePicker gives us only one date. I need indeterminate number of dates and store them. – Yurii Kyrylchuk Feb 11 '15 at 12:05
-
Does this answer your question? [Select multiple dates with DatePicker](https://stackoverflow.com/questions/60571764/select-multiple-dates-with-datepicker) – trilogy Mar 12 '20 at 03:24