Home
last modified time | relevance | path

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

/dports/deskutils/phpicalendar/phpicalendar-2.4/
H A Dmonth.php28 $next_month_year = ($next_month_month == '1') ? ($this_year+1) : $this_year; variable
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);
/dports/www/py-formencode/FormEncode-1.3.0/formencode/
H A Dvalidators.py3005 next_month_year = ccExpiresYear
3007 next_month_year += 1
3009 dt_mod, next_month_year, next_month, 1)