Hey Diamond, thanks for your quick reply. I'm basically just casting it to a list to be able to get some its items using the position (using the get(int) method), I want to keep this list in the order the user has been selecting them.
basically something like this: Date date=new Date(((List<Date>) calendarioFecha.getSelectedDays()).get(2). getTime()); On Friday, September 8, 2017 at 3:21:20 PM UTC-5, [email protected] wrote: > > Hi, > > getSelectedDays() returns a Collection, how are you calling it? > -- 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/74aa5599-4d76-47fc-9cff-b3e66df55ca9%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
