Hi,
Noticed some weird behavior here - if I have:
final Calendar c = Calendar.getInstance();
int mHour = c.get(Calendar.HOUR_OF_DAY);
int mMinute = c.get(Calendar.MINUTE) + 5;
and I establish a timePickerDialog like:
new TimePickerDialog(this, mTimeSetListener, mHour, mMinute, false);
I seem to have a problem where if, 5 minutes from now, the hour rolls
over and the TimePickerDialog doesn't display the minutes at all, the
hour is incorrect, and I still see PM, not AM.
Note that I did run this at close to midnight - does this look like a
bug, or am I just using it incorrectly?
Thanks
Rob
--~--~---------~--~----~------------~-------~--~----~
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]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---