i have a String "Wed, 22 Aug 2012 06:29:31 +0530" like this,now i want to convert this String to a date format and i need to display day an date "Wed, 22 Aug 2012" like this?i need to display the date on my LWUIT form Screen
i have a String "Wed, 22 Aug 2012 06:29:31 +0530" like this,now i want to convert this String to a date format and i need to display day an date "Wed, 22 Aug 2012" like this?i need to display the date on my LWUIT form Screen
DateFormat would be the class for that in any "larger" Java variant, but it is not available here as I know. However in theory you can try extracting it from a JDK, but it seems to have some really mystical dependencies.