Home
last modified time | relevance | path

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

/dports/deskutils/phpicalendar/phpicalendar-2.4/
H A Dmonth.php33 $prev_month_month = ($this_month-1 == '0') ? '12' : ($this_month-1); variable
35 $prev_month_year = ($prev_month_month == '12') ? ($this_year-1) : $this_year;
36 while (!checkdate($prev_month_month,$prev_month_day,$prev_month_year)) $prev_month_day--;
37 $prev_month_time = mktime(0,0,0,$prev_month_month,$prev_month_day,$prev_month_year);