x-tag / calendar

A component acting as a calendar widget that can be manipulated with minimal user-written code/layout.
13 stars 7 forks source link

How to restrict user selecting old dates #4

Open nsisodiya opened 10 years ago

nsisodiya commented 10 years ago

How we can restrict user for selecting old dates ?? I mean, I want that my user should not be able to select any date which is older then 3 April 2014 , How i can achieve this ? For example in Plain Ticket booking example, you will find two calendar, one for start Date and other for end Date. If you selected 3 April 2014 as start Date then second calendar will grey out all the dates which are older then 3 April 2014. user cannot select those dates.

How can we do this ??