In JavaScript, how can I create a dateobject which is less than n number of months from another date object. I am looking for something like DateAdd()
Ex : var objCurrentDate = new Date();
Now using objCurrentDate, how can I create a date object which is having a date which is six month older that todays date/objCurrentDate?