Created
June 4, 2015 03:15
-
-
Save coderdiaz/a7b87e0fdb3a103339f2 to your computer and use it in GitHub Desktop.
Datepicker without Weekends
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$('#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