Hi guys,

i am having some problems with SimpleDateFormat under Android 2.0, the
following code:

formatter = new SimpleDateFormat("MMM");
Log.i(TAG,"date is "+formatter.format(new Date()).toString
().toUpperCase());

Should return a three letter abbreviation of this months name, and it
does under 1.5 and 1.6, but under 2.0 it just gives me the number of
the month?

-- 
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en

Reply via email to