Need a calendar script in Javascript or Jquery which should have the option like disabling all the previous dates from the current date and also disable the Saturday's and Sunday's too
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
you can use jquery ui datepicker
|
|||||
|
|
Here is a very simple calendar script in javascript:
It's not disabling past dates or week-ends but it's so simple that you will probably be able to adapt it. |
|||
|
|