doesn't work ...
2007/04/24 16:40
Viewed 4798 times
Replies: 1/5
At 2007/03/21 12:22, rh123 wrote:

My problem with the popup calender is the week-date.

In my opinion is 07-09-2007 = week 36, and the popup calendar presents week 35.

This causes problems in my database program i made.

What must i do to correct this ?? Is there also an option to get rid of the week-date in the popup calendar ?

Thanks in advance,

Kind regards,
Ruud

'undefined' word in calendar
2007/04/24 16:43
Viewed 6304 times
Replies: 2/4

I don't know where is the problem but I can't see the days of the month I selected, the calendar is a suite of the word 'undefined'... what happens ? where it comes from ?
thx for answers...

last
Re: 'undefined' word in calendar
2007/04/24 17:10
Viewed 7498 times
Replies: 1/1

Did you use another language ? I tried the dutch language and had the same problems. After using default English everything worked fine.

You can change a lot of settings in "calendar-setup.js". Open with wordpad or some editor.

Kind regards,
Ruud

last
Re: 'undefined' word in calendar
2007/05/10 21:30
Viewed 7007 times
Replies: 1/1

I had a similar Problem with the german calendar and solved the problem by modifying 2 Items in calendar-de:

1. I changed the line: // Calendar._SDN_len = N; // short day name length
to: Calendar._SDN_len = 2; // short day name length

2. I inserted the following 3 lines before the line: // full month names
// First day of the week. "0" means display Sunday first, "1" means display
// Monday first, etc.
Calendar._FD = 1;

REMARKS:
I think, the 2. modification was the real solver of the problem.

last
Google