"today's date and the next two days date" I did mean each time that someone want to pick a date the first three days (today, tomorrow and after-tomorrow) always are not possible to be selected....
if (!Modernizr.inputtypes.date) {
var $dates = $("input[type=date]");
$dates.each(function () {
var thisDate = $(this);
thisDate.datepicker({
minDate: thisDate.attr("min"),
maxDate: thisDate.attr("max"),
dateFormat: "mm-dd-yy"
});
});
var array = ["2013-03-14", "2013-03-15", "2013-03-16"] disable only specific dates.... Please guys.... can't find help for this on previous***strong text*** post.... got to be possible....