Dan,

Tx for your input on the timezones/OS with the emulator time.

Regarding the day picker, I double checked the date picker and it
looks OK.  The sample APIs Views|Date Widgets is showing OK and it
uses:
final Calendar c = Calendar.getInstance();
        mYear = c.get(Calendar.YEAR);
        mMonth = c.get(Calendar.MONTH);
        mDay = c.get(Calendar.DAY_OF_MONTH);
        mHour = c.get(Calendar.HOUR_OF_DAY);
        mMinute = c.get(Calendar.MINUTE);

        updateDisplay();

I will pass on this info to Edouard, maybe the issue relates to how
the month is selected...

Cheers,

Omar Flores.

On Apr 22, 4:21 pm, "Dan U." <[EMAIL PROTECTED]> wrote:
> I'm not sure about the original problem, but the time being off might
> be an issue I reported a long time ago about the emulator not
> displaying the time using the computers timezone. Apparently it's a
> problem with specific timezones and/or operating systems.
>
> On Apr 22, 12:30 pm, OmarFlores <[EMAIL PROTECTED]> wrote:
>
> > Hi,
>
> > It appears that there is a bug in the date picker.
> > Description: I am using the apk TooDo submitted by Edouard Mercier
> > (http://edouardmercier.fr/toodo/download) and found out that when I
> > try to select Monday April 21, the date picker shows April 22 for
> > Monday:  http://coreintent.googlepages.com/wrongdate.jpg
>
> > Therefore, it seems like the headings of the days are off by one day,
> > i.e. instead of S M T W T F S it appears that it should be M T W T F S
> > S ?
>
> > I reported it to Edouard and he checked his code and he replied:
>
> >      - Regarding the time displayed on the date picker, I use the
> > Android
> >     default control, so I guess that the bug is not on my side...
>
> > Cheers,
>
> > Omar
>
> > PS: Also, as pointed out by Edouard, the time in the emulator was off
> > from the 'correct time', about 4 hours ahead of the PC time.  Setting
> > it up to April 22 2008, 15:20 requires a somehow tricky to find
> > format:
>
> > date -s 20080422.152000
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to