Home
last modified time | relevance | path

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

/dports/deskutils/phpicalendar/phpicalendar-2.4/
H A Dmonth.php34 $prev_month_day = $this_day; variable
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);