hello,
I am using ASP.NET c#.
how to change this option this weekend sat and sun
i want it fri and sat
beforeShowDay: $.datepicker.noWeekends
<script>
$(function () {
$("#<%= txtBoxDate2.ClientID %>").datepicker({
dateFormat: 'yy/mm/dd',
changeMonth: true,
changeYear: true,
showButtonPanel: true,
beforeShowDay: $.datepicker.noWeekends
});
});
</script>