Hi,
I'm using ui.datepicker.js
In my edit form I have 2 calendars that have their own function.
Calendar A : is the date that the invoiced is created Calendar B : is the date for next billing Bill_freq is the field where is set the billing frequency (every 1 month, 3 months, 6 months, 12 months)
What I want to do is when date is changed on Calendar A, Calender B will be updated automatically to a date base on Bill_freq field.
Thanks for your help!