Searched refs:monthDiff (Results 1 – 3 of 3) sorted by relevance
3261 case 'year': output = monthDiff(this, that) / 12; break;3262 case 'month': output = monthDiff(this, that); break;3263 case 'quarter': output = monthDiff(this, that) / 3; break;3275 function monthDiff (a, b) { function
10340 output = monthDiff(this, that);10358 function monthDiff (a, b) {
1 …monthDiff(this, that) / 12; break;\n case 'month': output = monthDiff(this, that); brea…