If you are experiencing an issue please mention the full platform your issue applies to:
IDE: NetBeans/Eclipse/IDEA NetBeans 8.2
Desktop OS Windows 10 Pro
Simulator Latest
Device PC, Android& IOS
I am using this Picker:
A3TimeSheetDate = new Picker();
A3TimeSheetDate.setUseLightweightPopup(true);
A3TimeSheetDate.setDate(inc.getDateObjectFromYYYYMMDD(a3Scheduler.ApptDate));
A3TimeSheetDate.setType(Display.PICKER_TYPE_CALENDAR);
SimpleDateFormat formatter = new SimpleDateFormat("E MM-dd-yyyy");
A3TimeSheetDate.setFormatter(formatter);
FontImage.setMaterialIcon(A3TimeSheetDate, FontImage.MATERIAL_DATE_RANGE, iconSize - 2);
However Days in previous and next months are visible however not selectable.
Attached is the Visible calendar.
Note 26th - 31 of May and 1st - 6th of July are not selectable.
Thoughts?
Thanks in advance
Regards