Closed GoogleCodeExporter closed 9 years ago
Hi,
There is another issue with isMultiday, the first "if" compare the result of
getDate() with the result of getDay (the former is day of month, the later is
day of
week).
The patch in attachment also include the modification in CalendarView.java to
call
setMultiDay() automatically
I tested with gwt-cal-demo removing all the call likes
"appt1.setMultiDay(true);" and
it seems ok.
Original comment by bertrand...@gmail.com
on 19 Nov 2009 at 1:34
Attachments:
Suggested fix implemented. Comparison logic is in the DateUtils.areOnTheSameDay
class
to maintain date-based logic centralized as much as possible.
Original comment by carlos.m...@gmail.com
on 13 Feb 2010 at 6:44
Original comment by Brad.Ryd...@gmail.com
on 12 May 2010 at 7:11
Original issue reported on code.google.com by
fernando.rosado
on 14 Sep 2009 at 3:05