asp.net mvc 3 - Telerik MVC DatePicker Disable days of week -


is there way have datepicker allow user choose sunday/saturday popup dates since week starts sunday & ends on saturday?

i have 2 datepickers serving range (from & to) , validation allow user select sunday in box , saturday in box.

any ideas?

maybe can add jquery event handler links week-days (the weekend days have weekend class on td) , prevent default behavior, whenever click on them don't anything. may want change style of weekday values user don't annoyed clicking , not getting desired efect


Comments

Popular posts from this blog

javascript - backbone.js Collection.add() doesn't `construct` (`initialize`) an object -

php - Get uncommon values from two or more arrays -

Adding duplicate array rows in Php -