Home
last modified time | relevance | path

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

/reactos/dll/win32/jsproxy/
H A Dpac.js121 function getMonth(name) { function
141 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());
/reactos/modules/rostests/winetests/jscript/
H A Dapi.js2109 ok(date.getMonth() === 11, "date.getMonth() = " + date.getMonth());
2117 ok(date.getMonth() === 5, "date.getMonth() = " + date.getMonth());
/reactos/dll/win32/jscript/
H A Djsglobal.idl638 VARIANT getMonth();