Re: [android-developers] Problem Getting the first and last day of current week.

2012-09-05 Thread aashish sharma
On Sep 3, 2012 7:33 PM, "Seshu" wrote: > Hi All, > I am using Calendar objects in my application and based on > the current date i am retrieving first and last date of current week. > In emulator o/p is coming as week starting from Sunday to Saturday > correct and in some device the o/p

[android-developers] Problem Getting the first and last day of current week.

2012-09-03 Thread Seshu
Hi All, I am using Calendar objects in my application and based on the current date i am retrieving first and last date of current week. In emulator o/p is coming as week starting from Sunday to Saturday correct and in some device the o/p is showing as Monday to Sunday. I used same code in