I am trying to get the date object before 3 months from current date like this.
toDate = new Date(); fromDate = this.toDate.getMonth() - 3;