stillhanginon
Programmer
This is a follow to this thread:
thread216-1746009
I've been able to disable dates in the calendar using the code listed in the thread above, until recently.
Now, the dates are disabled but you aren't able to pick a date in the current month without first moving back or forth a month, then it works fine.
Here is a link to the calendar:
I've also added this code to the function showCalendar(id, dateFormat)
Any ideas as to what is causing this problem?
Thanks,
Jim
thread216-1746009
I've been able to disable dates in the calendar using the code listed in the thread above, until recently.
Now, the dates are disabled but you aren't able to pick a date in the current month without first moving back or forth a month, then it works fine.
Here is a link to the calendar:
I've also added this code to the function showCalendar(id, dateFormat)
Code:
calendar.setDisabledHandler(disallowDate);
Any ideas as to what is causing this problem?
Thanks,
Jim