Re[2]: Not selectable dates
2004/10/10 13:54
Viewed 74751 times
Replies: 2/4

This way we have the days blocked for selection but the user can still browse thru all the remaining months. It would be very nice it (for the same example: a camping site) if the not valid months would also be invisible. I could limit the year within the code, I would like to limit the months in an equal way. Somebody has a patch already?

Re[3]: Not selectable dates
2004/10/10 14:02
Viewed 79939 times
Replies: 1/2

You are right; and many asked for this. A patch wouldn't be impossible, but it would slow down the calendar generation for any month, which surely isn't desirable. :-(

I'll will try to find a way though, but for now you can't do that.

last
Re[4]: Not selectable dates
2006/04/06 13:01
Viewed 60111 times
Replies: 1/1

very late reply (I'm not used to view the oldest messages first on a forum)

but maybe this is a solution to the problem:
when you updating the input field: do an extra check on the date that will be inserted
(have an extra call to the disabler-function in the onSelect-function)

this would solve the problem in a very simple way

last
Re[3]: Not selectable dates
2006/12/04 20:56
Viewed 43027 times
Replies: 0/0

It looks that user is not only able to browse within disabled days and months, but also selcet those days..

Example:
If I will change month / year to let’s say next one, it will automatically display in select box first available date in that month in my input box, even if I didn’t selected that date. It causes a problem, especially if you will disable some days – it will allow to user select those disabled days using this “hack’. Is there any way how to change this behaviour?

Thanks for help!

last
Google