Searched refs:getMonth (Results 1 – 3 of 3) sorted by relevance
121 function getMonth(name) { function141 return ((isGMT ? date.getUTCMonth() : date.getMonth()) == getMonth(arguments[0]));156 var mon = getMonth(arguments[i]);168 var mon = getMonth(arguments[i]);177 date1.setMonth(date.getMonth());178 date2.setMonth(date.getMonth());
2109 ok(date.getMonth() === 11, "date.getMonth() = " + date.getMonth());2117 ok(date.getMonth() === 5, "date.getMonth() = " + date.getMonth());
638 VARIANT getMonth();