I have 1 form, in which there is 1 Dropdown list that contains List of Months From January to December of current year 2013.
Now if I select any particular Month then, all the Dates(Only for Sundays) should be added in another DropDown List. (Event should be done on Change of month, if another month I select, sundays/dates should be added respective to the month).
So How can I write the rule for this ? And How to get all the Sundays based on the selected month of the current year ?