Open frenie opened 13 years ago
Hi,
when I set the option :first_day_of_week => 1 I have a problem displaying a month starting on Sunday (eg. May 2011 or Jan. 2012). The problem is in calendar_helper.rb line 163 -> the row_num is biger than the size of the array.
Is there a work around or a fix?
Sorry - my problem :(
use now @first_day_of_week = 1 event_strips_for_month(@shown_month,@first_day_of_week)
Hi,
when I set the option :first_day_of_week => 1 I have a problem displaying a month starting on Sunday (eg. May 2011 or Jan. 2012). The problem is in calendar_helper.rb line 163 -> the row_num is biger than the size of the array.
Is there a work around or a fix?