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 Android & IOS

is there a way to get a "Today" Button/option 
when setType(Display.PICKER_TYPE_CALENDAR); ?

        A3AppointmentDate = new Picker();
        A3AppointmentDate.setUseLightweightPopup(true);
        A3AppointmentDate.setTactileTouch(true);
        A3AppointmentDate.setDate(inc.getDateObjectFromYYYYMMDD(ApptDate));
        A3AppointmentDate.setType(Display.PICKER_TYPE_CALENDAR);
        SimpleDateFormat formatter = new SimpleDateFormat("E MM-dd-yyyy");
        A3AppointmentDate.setFormatter(formatter);


See Pictures attached.

Regards

-- 
You received this message because you are subscribed to the Google Groups 
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/555b8497-80b8-4907-900e-8b1b0300cca9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to