Is it possible to disable future date from today?
Let say today is 23/10/2010, so 24/10/2010 onwards are disabled.
Sorry I am very new in jQuery and JavaScript.
|
Is it possible to disable future date from today? Let say today is 23/10/2010, so 24/10/2010 onwards are disabled. Sorry I am very new in jQuery and JavaScript. |
||||
|
|
|
Yes, indeed. The datepicker has the maxdate property that you can set when you initialize it. I've used it on http://blogvani.com frontpage where I set the maxdate to the current date. Here's the codez
|
|||||
|
|
|
||||
|
Code for Future Date only with disable today's date.
|
|||||
|