View Full Version : Month not changing?
Brian
12-01-2003, 09:24 AM
Please post here if your calendar script doesn't automatically show the correct month on the first day of the new month.
Please post here if your calendar script does automatically show the correct month on the first day of the new month.
Please PM me for a fix if this is affecting your installation.
Kr0n0s
12-01-2003, 04:24 PM
My calendar is still showing November on the page ... can you tell me how to fix it? thanks ...
payola
12-01-2003, 06:30 PM
Using escal4.1
My date did not change either.
Mike
sneakypants
12-01-2003, 06:39 PM
November still showing instead of December. December 1st is highlighted but only when you forward >> to it. help me out.
payola
12-01-2003, 07:15 PM
deleted version 4.1 and installed version 4.2
same issue-date did not change
Mike
Brian
12-01-2003, 07:36 PM
Try replacing lines 118 and 119 with these and see if that helps:
if (!$mo) $mo = date("m",($tnum*86400)+86400);
if (!$yr) $yr = date("Y",($tnum*86400)+86400);
payola
12-01-2003, 07:50 PM
It works.
thanks Brian
Mike
payola
12-01-2003, 07:54 PM
oops...spoke too soon...it shows December...but, does not change with the arrows...might be my fault...may have missed a link
Mike
Brian
12-01-2003, 08:34 PM
Originally posted by payola@Dec 1 2003, 08:54 PM
oops...spoke too soon...it shows December...but, does not change with the arrows...might be my fault...may have missed a link
Mike
In your test page, delete the lines:
if (!$mo) $mo=date("m");
if (!$yr) $yr=date("Y");
Does this help?
payola
12-01-2003, 10:43 PM
Fixed...thanks Brian.
www.fmhs.net
Mike
vBulletin® v3.8.4, Copyright ©2000-2013, Jelsoft Enterprises Ltd.