Re[5]: Pre-selected date
2008/08/22 16:46
Viewed 6742 times
Replies: 1/3

I solved all my 3 problems, including the "date" parameter problem. I modified the script calendar-setup.js and the "date" parameter worked like a charm. It is high time the developers in charge of this calendar widget fixed the script, because otherwise all downloaders will continue to waste their time in trying to figure out why the "date", "displayArea", and "daFormat" parameters do not work. I ended up wasting 3 full days on this before I found out the defect in calendar-setup.js script, thanks to another post hidden deep on this forum.

Re[6]: Pre-selected date
2008/08/29 16:54
Viewed 6710 times
Replies: 1/2

Is it possible to disable the selection of date and allow the user to select just the time (hour/minutes)? I configured the calendar to position (by default) to the correct date for each of the 7 days displayed on a form, so, for example, when the user clicks on a Sunday to enter time, the calendar pops up with the correct date for this Sunday.

But since I do not want the user to click on the wrong date for this Sunday, I want to disable the date selection. How do I do that? Thanks.

last
Re[7]: Pre-selected date
2008/08/29 22:38
Viewed 7803 times
Replies: 1/1

I figured this out too. I used the dateStatusFun parameter and passed it a function where I enabled only the desired date and disabled all others. This parameter was surprisingly easy to work.

last
Google