Skip to main content

Search and Top Navigation

#1809 closed bug (wontfix)

Opened October 16, 2007 05:39PM UTC

Closed January 07, 2008 04:37AM UTC

Last modified May 24, 2008 03:39AM UTC

Calendar: October problem solved - all days are displayed

Reported by: gohu Owned by: iMarc
Priority: critical Milestone:
Component: ui.core 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 (6)

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

Changed May 24, 2008 03:39AM UTC by comment:6

milestone: 1.2.2

Milestone 1.2.2 deleted