Home
last modified time | relevance | path

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

/dports/deskutils/phpicalendar/phpicalendar-2.4/
H A Dmonth.php26 $next_month_month = ($this_month+1 == '13') ? '1' : ($this_month+1); variable
28 $next_month_year = ($next_month_month == '1') ? ($this_year+1) : $this_year;
29 while (!checkdate($next_month_month,$next_month_day,$next_month_year)) $next_month_day--;
30 $next_month_time = mktime(0,0,0,$next_month_month,$next_month_day,$next_month_year);