No Input update
2006/12/27 13:18
Viewed 3759 times
Replies: 1/1

When clicking on "next month"/"prev month", or "next year"/"prev year", my input field is updated.

I'd like to have it updated only when i click on "Today" or the "day number" zone (because i have some tests on my input field).

Is it possible to change this ?

Thanks in advance.

Galawa.

Re: No Input update
2008/05/27 20:19
Viewed 1684 times
Replies: 0/0
by tooN

I had the same problem and I update calendar.js on 697 line:
newdate = true;

I changed to
//newdate = true;

It's works for me.

Best,

last
Google