Home
last modified time | relevance | path

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

/plugin/yearbox/
Dsyntax.php189 foreach ($year as $mth_num => $month) {
192 $mth_num,
225 $mth_num, argument
234 $cal .= $this->getMonthNameHTML($mth_num);
242 … $cal .= $this->getDayHTML($cur_day, $mth_num, $today, $year_num, $weekday_num, $opt);
255 * @param int $mth_num Month 1..12
263 public function getDayHTML($cur_day, $mth_num, $today, $year_num, $weekday_num, $opt) argument
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
[all …]