how to make the user to select only mondays in the ultrawebdatechooser?
Hello gagani,
I'm just following up to see if you have resolved your issues.
Hi gagani,
A jQuery is used to select all days except mondays, so you should add reference to it - for example, include this line in the beginning of the <head> section of your page:
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
Let me know if this helps.
it has not got resolved. The calendar is not making user to select except monday, but everything is in same black color.
The code has been pasted in the previous post. what do u mean by adding reference to jquery?
it is working for the selection of mondays only by the user with the same code, but not for greying out of days except monday.
I'm just checking if you have resolved your issue.
Everything seems correct. Have you added reference to the jQuery library?