#1: Date? Author: NederWeb, Posted: 21.06.2004 01:54 ---- I was looking at my Calendar, and I noticed that the date was wrong, in the week view. eg Monday 21 June 2004 is on the Calendar Monday 22 June 2004. The server on which it is running, has the correct date.
Any Ideas?
#2: Re: Date? Author: Ertan, Location: GermanyPosted: 29.06.2004 14:10 ---- download it now again
feedback
#3: Re: Date? Author: bluewire, Posted: 04.08.2004 19:04 ---- Help, my downloaded version of the calendar has the same problem and now this module is not available to download. I understand that it is going to release with 8.3 but this date problem is causing me alot of problems. Can I get access to this fix?
#4: Re: Date? Author: Ertan, Location: GermanyPosted: 04.08.2004 19:44 ---- i got the problem
in lang-english.php change old lines with this :
####### DAYS OF THE WEEK ########
define("_CALFIRSTDAY","Mon");
define("_CALSECONDDAY","Tues");
define("_CALTHIRDDAY","Wed");
define("_CALFOURTHDAY","Thurs");
define("_CALFIFTHDAY","Fri");
define("_CALSIXTHDAY","Sat");
define("_CALSEVENTHDAY","Sun");
define("_CALLONGFIRSTDAY","Monday");
define("_CALLONGSECONDDAY","Tuesday");
define("_CALLONGTHIRDDAY","Wednesday");
define("_CALLONGFOURTHDAY","Thursday");
define("_CALLONGFIFTHDAY","Friday");
define("_CALLONGSIXTHDAY","Saturday");
define("_CALLONGSEVENTHDAY","Sunday");