Home
last modified time | relevance | path

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

/plugin/yearbox/
H A Dsyntax.php189 foreach ($year as $mth_num => $month) {
192 $mth_num,
225 $mth_num, argument
234 $cal .= $this->getMonthNameHTML($mth_num);
255 * @param int $mth_num Month 1..12
273 $month_fmt = sprintf("%02d", $mth_num);
276 $current = mktime(0, 0, 0, $mth_num, $cur_day, $year_num);
308 protected function getMonthNameHTML($mth_num) argument
324 $alt_css = ($mth_num % 2 == 0) ? ' class="alt"' : '';
379 $mth_num = ($mth - 1) % 12 + 1; // real month number (1-12)
[all …]