Hi All,
Is there any way to read the date format specified on the device? I can read the locale through the system.property, but since J2ME doesn't support the locale class as such I cant read values from that, neither does it support SimpleDateFormat/DateFormat classes.
In such cases what is the choice I have if I want to format the date in my application based on the date format the user has set in the date/calendar settings on the device?



Reply With Quote

