Searched refs:positiveMomentsDifference (Results 1 – 4 of 4) sorted by relevance
3081 function positiveMomentsDifference(base, other) { function3103 res = positiveMomentsDifference(base, other);3105 res = positiveMomentsDifference(other, base);
10160 function positiveMomentsDifference(base, other) { function10182 res = positiveMomentsDifference(base, other);10184 res = positiveMomentsDifference(other, base);
1 …positiveMomentsDifference(base,other){var res={milliseconds:0,months:0};res.months=other.month()-b…
1 …positiveMomentsDifference(base, other) {\n var res = {};\n\n res.months = other.mont…