Project

General

Profile

« Previous | Next » 

Revision 56051

[Library|newlinking]
Merging trunk|library into branch newlinking 55972:56049

View differences:

dateFilter.component.ts
98 98
  this.updateDefaultRangeDates(this.dateValue.from,this.dateValue.to);
99 99
}
100 100
updateDefaultRangeDates(df:Date,dt:Date){
101
    df.setMonth(df.getMonth()-1);
101
    //df.setMonth(df.getMonth()-1);
102 102
    this.fromDate = new FormControl(df);
103 103
    this.toDate = new FormControl(dt);
104 104

  

Also available in: Unified diff