Home
last modified time | relevance | path

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

/web-master/manage/
H A Devent.php10 $days = $months = array(); variable
17 $months[$i] = strftime('%B',mktime(12,0,0,$i,1,2001));
131 … <select name="in[smonth]"><option></option><?php display_options($months,$in['smonth'])?></select>
141 … <select name="in[emonth]"><option></option><?php display_options($months,$in['emonth'])?></select>
/web-master/scripts/
H A Dupdate-backend26 $months = (date('j') < 10) ? 1:2; variable
27 pregenerate_events("$root/backend/events.csv", "$root/include/pregen-events.inc", $months);
H A Devent_listing10 function pregenerate_events($csvfile, $outfile, $months = 2)
35 $endts = strtotime("+$months months");

Completed in 5 milliseconds