Re[2]: 'undefined' word in calendar
2008/06/02 00:16
Viewed 2443 times
Replies: 0/0
by Nick
I had the same problem today with the French calendar, it was showing 7 "undefined" values instead of the calendar dates. I solved it by adding those same lines to calendar-fr.js. Thx for posting the solution, funny the problem is still there 1 year later... // First day of the week. "0" means display Sunday first, "1" means display // Monday first, etc. Calendar._FD = 1;
Google