No. We don't have that.
I usually do:

private String twoDigits(int i) {
   return i < 10 ? "0" + i : "" + i;

}


-- 
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].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/36b3f762-9caf-4303-b4c2-6ad475390a09%40googlegroups.com.

Reply via email to