Closed ryanjm closed 9 years ago
There are edge cases where the end of the month doesn't exist for the month.
code
if !day_index.nil? && month_days[day_index] <= start_days_in_month
There are edge cases where the end of the month doesn't exist for the month.
code