Hi Sasikumar,

Could you find a solution to this problem?
I have been reported same issue on HTC Desire 2.2 new update and also
on some custom ROM.
The format i use is this one:

    final static SimpleDateFormat sDisplayDayFormat = new
SimpleDateFormat("EEEE d MMMMM");

and later set it in a textvierw like this:

    tv.setText(sDisplayDayFormat.format(someDate))

Instead of day and month name, i got 2 numbers (obviously day number
in week, and month number in year)

Thanks,
Thierry.


2010/4/30, Sasikumar.S <sasikumar.it1...@gmail.com>:
> Hi,,
>
> when we are using simpledateformat MMM it should return month abbrevation.
> Example :- If it is a june month it should return jun.
> But in my program it returns 6 . That is month number.
> I created my program 3 days before. Till today morning i did not got any
> error in that.
> Today morning only i faced this problem .
> I don't know why?..
> Any one faced this problem..
>
> --
> Thanks & Regards
> Sasikumar.S
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en


-- 
Thierry.

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

Reply via email to