Disable Dates in the DatePicker
Permalink
Hi Everyone ,
I am trying to disable the dates shown in the date-picker with in a form .
I have tried controlling with jquery but it does not work
Please see the picture
want to disable all dates that are not marked with yellow .
Can anyone help me with this .
I am trying to disable the dates shown in the date-picker with in a form .
I have tried controlling with jquery but it does not work
Please see the picture
want to disable all dates that are not marked with yellow .
Can anyone help me with this .
Hi MrK ,
I tried all the methods of those links which you had sent me , but unfortunately none of it seems to be effecting it .
Can you help me with this .
Thank You
Mohamed Khalid
I tried all the methods of those links which you had sent me , but unfortunately none of it seems to be effecting it .
Can you help me with this .
Thank You
Mohamed Khalid
How are you "trying to control it with jQuery"?
Have you made sure caching is disabled while developing this?
Have you made sure caching is disabled while developing this?
You can see the links provided by mrK they explain how to control the dates but unfortunately it doesnt work .
Yes i have disabled the caching .
Yes i have disabled the caching .
@mohamedkhalid
Please include more information regarding how and where you are using the datepicker.
Please include more information regarding how and where you are using the datepicker.
@mrK
I have form block placed in a particular page with different fields(textboxes, DatePicker's )
I am trying to control the datepicker of this form block
I have form block placed in a particular page with different fields(textboxes, DatePicker's )
I am trying to control the datepicker of this form block
Here are a few links that offer a solution using "beforeShowDay":
http://api.jqueryui.com/datepicker/#option-beforeShowDay...
http://stackoverflow.com/questions/30331543/disabling-specific-date...
https://davidwalsh.name/jquery-datepicker-disable-days...
http://stackoverflow.com/questions/15400775/jquery-ui-datepicker-di...