Home
last modified time | relevance | path

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

/web-master/fetch/
H A Devents.php17 if (!isset($cm)) $cm = (int)strftime('%m'); variable
23 $cm = (int) $cm; variable
31 $entries = load_month($cy, $cm, $cat);
32 $last = strftime('%e', mktime(12, 0, 0, $cm+1, 0, $cy));
36 echo "$i,$cm,$cy," . '"' . $row['country'].'","' .
49 $cm++;
50 if ($cm == 13) { $cy++; $cm = 1; } variable
/web-master/scripts/
H A Devent_listing21 $cm = $ccat = 0;
54 if ($cm != (int) $m) {
57 $cm = (int) $m;
61 strftime('%B', mktime(12, 0, 0, $cm, $d, $y)) .

Completed in 6 milliseconds