Home
last modified time | relevance | path

Searched refs:_add_days (Results 1 – 3 of 3) sorted by relevance

/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js13_add_days:function(t,e){var i=new Date(t.valueOf());return i.setDate(i.getDate()+e),e>=0&&!t.getHo… method in t.exports.e
H A Ddhtmlxgantt.js.map1_add_days","inc","ndate","setYear","add_quarter","to_fixed","num","utc","getISOWeek","getWeek","sp…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js6709 _add_days: function (date, inc) {
6724 ndate = this._add_days(ndate, inc);
6727 ndate = this._add_days(ndate, inc * 7);