I have 2 pages. On page 1 I have links and on page 2 I have a JQuery DatePicker.
What I need to do is to have links to the different months.
For example, on page 1 have a link that links to May and when I click on the link it goes to page 2 and the JQuery DatePicker with show May month.
Can this be done please?
UPDATE: Using firebug I've hovered over the datapicker next button and the code is this:
onclick="DP_jQuery_1304716221986.datepicker._adjustDate('#dp1304716221987', +1, 'M');"