For the first:
As long as you do not explicitly set the "maxDate" option (http://
docs.jquery.com/UI/Datepicker/datepicker#options), there isn't any
problem selecting dates in the future

For the second:
I'm no expert on the datepicker and all it's inner workings and that,
but if i had to do what you request and had to have it done fast, i'd
tie into the "onSelect" method, use javascript's ".getDay()" method to
see if it's 0 (for Sunday) or 3 (Weds) and if it's not, clear out the
value of the textbox




On Mar 7, 2:28 pm, Ahmad <[EMAIL PROTECTED]> wrote:
> Hello,
>     Is there a way to make the datepicker select future dates?
>     Is there a way to make the datepicker select specific days (ex.
> Sundays and Wednesdays only) ?
>
> Thanks

Reply via email to