This is a simple demonstration on how to disable specific dates. In this demo, the disabled dates are .
Feel free to copy, redistribute, modify, and use it in whatever projects you have.
$(document).ready(function() { $("#datepicker").datepicker({ specificDatesDisabled: ["07/31/2013","08/01/2013"] }); });Disabled dates in this demo are