I have two datepicker fields, one is 'start date' the other is 'end_date'.
I would like to have the feature that, after user selected 'start date', then the 'end date' calendar should show by default the month contain the 'start date'.
Vise versa, if user first select end date, the calendar for the start date should show the month contain selected end date.
how to implement inside jQuery datepicker? What's the datepicker options I should defined?
$("#start_date").datepicker({
//which datepicker options should put here?
})