Skip to content

Instantly share code, notes, and snippets.

@ratacibernetica
Last active November 6, 2017 15:41
Show Gist options
  • Save ratacibernetica/8374424ba2501a44cf1bdf6e177ad387 to your computer and use it in GitHub Desktop.
Save ratacibernetica/8374424ba2501a44cf1bdf6e177ad387 to your computer and use it in GitHub Desktop.
Datepicker exclude weekends and past dates
$(".datepicker").datepicker({
minDate:new Date(), //disable past days
beforeShowDay: $.datepicker.noWeekends //disable weekends
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment