How can I display the date to exactly after 2 years depending on the user entered date.by the way i am using "input type=date" method.Can you just provide me ideas of displaying the exact 2 years after date
example: if a users enters the date in the text box using the calendar I need the date to be exactly 2 years after to be displayed in the other text box
example 1: if I enter date in the text box (lets just take its as some product manufacture date), I want it to automatically calculate the the entered date and display the 2 years later on date(the expiry date)
by the I am using javascript.I am happy if I get any ideas based on html, jQuery