
JQuery date change event I have been designing a date form in HTML and JQuery, wher i need two different date vales start date and end date for any event. I have already writen a function that allows users to choose from start & end date. But i want is .. if a user is choosing any specific start date then end date should automatically get change by adding a specified number to it. for example, i choose 1-jan-2013 and the value of x = 6; then my end date must be changed to 7 Jan 2013.