jQuery UI: Filter selectable dates on datepicker
Posted
by KiwiBastard
on Stack Overflow
See other posts from Stack Overflow
or by KiwiBastard
Published on 2008-10-27T19:34:26Z
Indexed on
2010/04/07
9:23 UTC
Read the original article
Hit count: 222
jQuery
|datepicker
I want to filter the selectable dates on a datepicker. I basically need to filter by work days - i.e. make holidays and weekends not selectable.
I know you can specify dates using a function in the beforeShowDate: and you can also use $.datepicker.noWeekends.
Question is: can you do both?
© Stack Overflow or respective owner