Searched refs:getDaysInMonth (Results 1 – 4 of 4) sorted by relevance
1069 function getDaysInMonth () { function3885 proto.daysInMonth = getDaysInMonth;
2072 ….getMonth()]-this.getDate()))%7;return(a<0)?(a+7):a;};Date.prototype.getDaysInMonth=function(){Dat… method in Date
8113 function getDaysInMonth () {10963 proto.daysInMonth = getDaysInMonth;50035 getDaysInMonth = function(year, month)50962 days = getDaysInMonth(year, month),50977 daysInPreviousMonth = getDaysInMonth(yearOfPreviousMonth, previousMonth);
1 …getDaysInMonth () {\n return daysInMonth(this.year(), this.month());\n }\n\n var defa…