By mtpultz on
I can't figure out how to change the jQuery UI Calendar implemented by the Date module to allow only weekends to be selected. I know what I need to do if I create the calendar myself but I don't know how to get a reference to the jQuery calendar created by the Date module from my module.
Anyone have to do this before?
Comments
Figured it out. Took the
Figured it out. Took the jQuery instantiation code from Date module and put it in my module overwriting the original version and at the same time adding the bit of code I needed for the calendar field.