Page 1 of 1

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

Posted: Sun Jan 29, 2006 7:15 pm
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

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

Posted: Sun Jan 29, 2006 9:20 pm
by Greg
Same issue with Calendar module version 0.6.1
Fix was .....
$month_name = strftime('%b', mktime(12,0,0,$i+1,1));

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

Posted: Mon Jan 30, 2006 5:16 pm
by loosefast
Greg,

Thanks!

Tom

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

Posted: Wed Feb 01, 2006 3:55 pm
by outdoorxtreme1
What file or template does this code need modified?

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

Posted: Wed Feb 01, 2006 5:00 pm
by Greg
The file is Calendar.module.php in the Calendar folder in Modules
in .6.1 it is line 552 (approximately)