Skip to content

Instantly share code, notes, and snippets.

@coderdiaz
Created June 4, 2015 03:15
Show Gist options
  • Save coderdiaz/a7b87e0fdb3a103339f2 to your computer and use it in GitHub Desktop.
Save coderdiaz/a7b87e0fdb3a103339f2 to your computer and use it in GitHub Desktop.
Datepicker without Weekends
$('#fecha2').datepicker({
changeMonth: true,
changeYear: true,
showOn: 'button',
buttonImage: 'css/images/ico.png',
buttonImageOnly: true,
showButtonPanel: true,
beforeShowDay: $.datepicker.noWeekends
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment