$("#dp").datepicker({
beforeShowDay: function(date){ return [(date.getDay() == 6),
""]; }
});
On Apr 30, 3:44 pm, GKS <[email protected]> wrote:
> I need to figure out a way to allow only saturdays.
>
> Thanks!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---