Skip to content
Advertisement

Add 6 months from one date picker to another datepicker

I have two datepickers and one combobox in HTML. The combobox contain 2 values (6 months and 1 year). If I select 6 months from the combobox the second datepicker should show the date after 6 months from the first datepickers date.

I need code for this using JavaScript only not in jQuery.

My code is

JavaScript

Advertisement

Answer

I get the date from the start and add the number of months – then set the second datepicker using valueAsDate

I then add this function to both start date and month selector

Vanilla JavaScript

JavaScript
JavaScript
User contributions licensed under: CC BY-SA
4 People found this is helpful
Advertisement