Skip to main content

Bug Tracker

Side navigation

#1809 closed bug (wontfix)

Opened October 16, 2007 05:39PM UTC

Closed January 07, 2008 04:37AM UTC

Calendar: October problem solved - all days are displayed

Reported by: gohu Owned by: iMarc
Priority: critical Milestone: 1.2.2
Component: ui Version: 1.2.1
Keywords: october Cc:
Blocked by: Blocking:
Description

Hi there, my friend Will found a way to solve the problem in years like 2009, 2015 and 2020 where the october month wasn´t displaying right:

just change the values in line 370 by this:

return 32 - new Date(year, month, 33).getDate();

Thats all!

bye

Attachments (0)
Change History (5)

Changed October 18, 2007 12:11AM UTC by john comment:1

component: coreui

Changed November 01, 2007 03:35AM UTC by iMarc comment:2

Thanks.

Changed November 02, 2007 12:14AM UTC by kbwood comment:3

This fix doesn't work for me - WinXP, FF/IE. What environment are you working in?

Changed November 05, 2007 03:36PM UTC by paul comment:4

owner: → iMarc

Changed January 07, 2008 04:37AM UTC by kbwood comment:5

resolution: → wontfix
status: newclosed