Calendar - Start End Date of Event: No "Feb" in pop-up list

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
User avatar
loosefast
Forum Members
Forum Members
Posts: 36
Joined: Sun Jan 29, 2006 7:06 pm

Calendar - Start End Date of Event: No "Feb" in pop-up list

Post by loosefast »

Calendar Start End Date of Event: No February in pop-up list

Using Calendar 0.7alpha2 with CMS 0.11.2


Popup list in admin shows blank space then Jan, Mar - Dec for both start and end dates
Greg
Power Poster
Power Poster
Posts: 598
Joined: Sun Sep 26, 2004 6:15 pm

Re: Calendar - Start End Date of Event: No "Feb" in pop-up list

Post by Greg »

Same issue with Calendar module version 0.6.1
Fix was .....
$month_name = strftime('%b', mktime(12,0,0,$i+1,1));
Last edited by Greg on Sun Jan 29, 2006 9:31 pm, edited 1 time in total.
Greg
User avatar
loosefast
Forum Members
Forum Members
Posts: 36
Joined: Sun Jan 29, 2006 7:06 pm

Re: Calendar - Start End Date of Event: No "Feb" in pop-up list

Post by loosefast »

Greg,

Thanks!

Tom
outdoorxtreme1

Re: Calendar - Start End Date of Event: No "Feb" in pop-up list

Post by outdoorxtreme1 »

What file or template does this code need modified?
Greg
Power Poster
Power Poster
Posts: 598
Joined: Sun Sep 26, 2004 6:15 pm

Re: Calendar - Start End Date of Event: No "Feb" in pop-up list

Post by Greg »

The file is Calendar.module.php in the Calendar folder in Modules
in .6.1 it is line 552 (approximately)
Greg
Post Reply

Return to “CMSMS Core”