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
Calendar - Start End Date of Event: No "Feb" in pop-up list
Re: Calendar - Start End Date of Event: No "Feb" in pop-up list
Same issue with Calendar module version 0.6.1
Fix was .....
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
Re: Calendar - Start End Date of Event: No "Feb" in pop-up list
Greg,
Thanks!
Tom
Thanks!
Tom
-
outdoorxtreme1
Re: Calendar - Start End Date of Event: No "Feb" in pop-up list
What file or template does this code need modified?
Re: Calendar - Start End Date of Event: No "Feb" in pop-up list
The file is Calendar.module.php in the Calendar folder in Modules
in .6.1 it is line 552 (approximately)
in .6.1 it is line 552 (approximately)
Greg

