Home
last modified time | relevance | path

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

/plugin/datepicker/script/jscalendar-1.0/
H A Dcalendar.js635 var max = date.getMonthDays(m);
1120 var no_days = date.getMonthDays();
1711 Date.prototype.getMonthDays = function(month) { method in Date