How can i disable the past dates in the calendar?
thans
You can use
calendar.setSensetive(min,max);
calendar.setSensitive( new Date() ,null); // deny dates in past
How can i disable the past dates in the calendar?
thans
You can use
calendar.setSensetive(min,max);
calendar.setSensitive( new Date() ,null); // deny dates in past