| Package | Description |
|---|---|
| com.codename1.l10n |
The Localization API allows developers to adapt their applications to different geographic locales and
conventions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DateFormat
A class for parsing and formatting localisation sensitive dates, compatible
with Jave 6 SDK.
|
class |
SimpleDateFormat
A class for parsing and formatting dates with a given pattern, compatible
with the Java 6 API, as in the examples here: https://docs.oracle.com/javase/6/docs/api/java/text/SimpleDateFormat.html
To localize the formatted dates, see the discussion Format a localized date in Codename One. |
Copyright © 2023. All rights reserved.