Recent Topics

1 Jan 27, 2008 12:55    

When editing a issuing date for 2007 I have noticed that it seems to be a few days off.
example: if I select the calendar and select Thursday October 7 2007 thats wrong actually it should be Sunday October 7 2007.

You will also notice there is only 30 days shown in that calendar for October 2007 when there should be 31 days in October

2 Jan 27, 2008 13:06

Cool.
It's exacly one month off. Januari has 29 days (that's februari in a leap year.)
This will be an easy fix. Thanks for reporting.

Have fun

3 Jan 27, 2008 13:38

/rsc/js/calendarpopup.js line 520 should be:

result += '<option value="'+monthCounter+'" '+selected+'>'+this.monthNames[monthCounter]+'</option>';


remove the -1 from [monthCounter]

This displays the month correctly, but I have no idea if it counters with another error somewhere else.

4 Jan 31, 2008 06:37

Sorry took so long to reply I will give it a try and let you know.

Thanks for taking the time for this..

5 Feb 03, 2008 03:49

Solution confirmed, or at least for my installation on my server in my world it seems to work as one would expect.

6 Feb 08, 2008 23:30

The proposed solution is wrong. Very not recommended.

Fixed in CVS for 2.4.1.

8 Feb 22, 2008 17:26

Any idea when 2.4.1 will be released?

10 Mar 17, 2008 17:59

the fix from EdB works for me but

march is showed wrong again - looks like march will be noticed as february
checked for 2008 29 days and 2009 28 days

dont even mentioned this unless i read this post

EDIT: tried the cvs version but bug is still there

dayscount march=february

cheers phk :lol:

11 Apr 20, 2008 19:36

When I write or edit a new post and click on the calendar icon to select a date, the calendar pop-up shows up with the wrong month.

For instance, today is Sunday April 20, when I click on today, it does go to a Sunday 20, but shows March 2008 on the top of the pop up.

By experiencing a little, I have the impression that the day of the week and date of the month is correct, but the month is 1 too old (shows March 2008 instead of April 2008, April 2008 instead of May 2008 etc...)

Regards

12 Apr 21, 2008 11:59

Just wondering why apassio's post was moved as this thread was for a slightly different issue and for an older version?

13 Apr 21, 2008 15:37

It's the same bug.
This is fixed and will be in a next release.


Form is loading...