Mehdi-android / android-calendar-view

Automatically exported from code.google.com/p/android-calendar-view
0 stars 0 forks source link

First day of week error #3

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Change 

mHelper = new MonthDisplayHelper(mRightNow.get(Calendar.YEAR), 
mRightNow.get(Calendar.MONTH)); 

to

mHelper = new MonthDisplayHelper(mRightNow.get(Calendar.YEAR), 
mRightNow.get(Calendar.MONTH), mRightNow.getFirstDayOfWeek());

Original issue reported on code.google.com by mtu...@gmail.com on 3 Oct 2011 at 11:43

GoogleCodeExporter commented 9 years ago
thanks for your report.

this patch will be integrated into next build.

Original comment by outlooks...@gmail.com on 9 Oct 2011 at 5:55

GoogleCodeExporter commented 9 years ago
Hi can anyone help how to mark events for particular dates in this calendar....

Original comment by mukeshba...@gmail.com on 13 Oct 2011 at 4:37

GoogleCodeExporter commented 9 years ago
through code i have to mark some particular date by placing image over that 
date, so when user clicks on the marked date some popup ll be opened...can 
anyone help me to implement this....

Original comment by mukeshba...@gmail.com on 13 Oct 2011 at 6:15

GoogleCodeExporter commented 9 years ago
calender made by imageview
humm.............

Original comment by BluthMatter@gmail.com on 20 Jun 2014 at 5:54

GoogleCodeExporter commented 9 years ago
:-)

Original comment by outlooks...@gmail.com on 21 Jun 2014 at 5:20