Opened 15 years ago
Closed 15 years ago
#1809 closed bug (wontfix)
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
Change History (5)
comment:1 Changed 15 years ago by
Component: | core → ui |
---|
comment:2 Changed 15 years ago by
comment:3 Changed 15 years ago by
This fix doesn't work for me - WinXP, FF/IE. What environment are you working in?
comment:4 Changed 15 years ago by
Owner: | set to iMarc |
---|
comment:5 Changed 15 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Thanks.