You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to CodenameOne Discussions
I guess this is a regression. It works fine on emulator and iOS, but on Android, it fails. So:
SimpleDateFormat formatoMeta =newSimpleDateFormat("EE, d MMM"); formatoMeta.format(newDate());
This returns "Fri, 17 de"
instead of "Fri, 17 Apr"
Shai Almog
unread,
Apr 18, 2020, 12:33:26 AM4/18/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to CodenameOne Discussions
Are you using the com.codename1 version of the class or the java version of the class? Make sure to always use the Codename One version for cross platform consistency.
Carlos Verdier
unread,
Apr 18, 2020, 4:30:35 AM4/18/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to CodenameOne Discussions
Yes, I'm using the cn1 version:
import com.codename1.l10n.SimpleDateFormat;
Shai Almog
unread,
Apr 18, 2020, 10:16:23 PM4/18/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to CodenameOne Discussions
Is this a valid localized date in your language?
It's possible the Android OS has the translation/localization. If not please file an issue on that.
Carlos Verdier
unread,
Apr 19, 2020, 6:53:52 AM4/19/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to CodenameOne Discussions
I checked everything you said and still fails, so I filed a new issue. Thanks