Pete Phan
Results
3
comments of
Pete Phan
I looked at your code, this works for setting the second date, based on the first: $('.first').on('change', function(){ let d = new Date($('.first').datepicker('getDate')); d.setDate(d.getDate() + 6); $('.second').datepicker('setDate', d); })
I know this is a little late to the party but... Here are some code snippets I've used in combination with impersonation to grab, update, and delete appointments out of...